Skip to content

Commit 37826bd

Browse files
chore: Release 3.0.1 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1769c31 commit 37826bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [3.0.1](https://www.github.com/gulpjs/copy-props/compare/v3.0.0...v3.0.1) (2021-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** Rename prettierignore typo & avoid formatting web ([192badf](https://www.github.com/gulpjs/copy-props/commit/192badffd26c22198267409e4f7f337709c6a077))
9+
* Update dependencies ([ba8a51c](https://www.github.com/gulpjs/copy-props/commit/ba8a51c28375ddd1b048e40950423caae013ba03))
10+
311
## [3.0.0](https://www.github.com/gulpjs/copy-props/compare/v2.0.5...v3.0.0) (2021-09-25)
412

513
### ⚠ 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": "copy-props",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Copy properties deeply between two objects.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)