Skip to content

Commit 1636112

Browse files
chore: Release 2.0.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a68650 commit 1636112

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# gulplog changelog
22

3+
## [2.0.0](https://www.github.com/gulpjs/gulplog/compare/v1.0.0...v2.0.0) (2022-06-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Normalize repository, dropping node <10.13 support (#13)
9+
10+
### Features
11+
12+
* Add TypeScript type definition file ([#12](https://www.github.com/gulpjs/gulplog/issues/12)) ([b5ce699](https://www.github.com/gulpjs/gulplog/commit/b5ce699f8646d9c5f231e3a4a130d61891545e2a))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Normalize repository, dropping node <10.13 support ([#13](https://www.github.com/gulpjs/gulplog/issues/13)) ([da9b3ad](https://www.github.com/gulpjs/gulplog/commit/da9b3ad292e47c1d7f379f142394f29bb3f15be4))
18+
319
## 1.0.0
420

521
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulplog",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Logger for gulp and gulp plugins",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)