Skip to content

Commit 6b45a55

Browse files
chore: Release 3.0.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f38a02b commit 6b45a55

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.0.0](https://www.github.com/gulpjs/each-props/compare/v2.0.0...v3.0.0) (2022-10-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove pre-built browser bundle & browser tests (#9)
9+
10+
### Bug Fixes
11+
12+
* **ci:** Add eslint-plugin-node for node 16 ([2bae7e6](https://www.github.com/gulpjs/each-props/commit/2bae7e6329aa8139fd60803647f9c81f1b3e6a98))
13+
* **ci:** Correct prettierignore typo ([73e1392](https://www.github.com/gulpjs/each-props/commit/73e13929ce171820cf3c777fd5190e1b4b60701e))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Remove pre-built browser bundle & browser tests ([#9](https://www.github.com/gulpjs/each-props/issues/9)) ([3f75efd](https://www.github.com/gulpjs/each-props/commit/3f75efde65247df416e35cb9925d43933e22e944))
19+
320
## [2.0.0](https://www.github.com/gulpjs/each-props/compare/v1.3.2...v2.0.0) (2021-09-27)
421

522
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "each-props",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Processes each properties of an object deeply.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)