Skip to content

Commit 8476a4e

Browse files
chore: release 6.0.0 (#127)
1 parent b95c0f4 commit 8476a4e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v5.0.0...v6.0.0) (2021-12-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* requires node 14
11+
12+
### Build System
13+
14+
* update dev deps and drop node 12 ([b95c0f4](https://www.github.com/christophehurpeau/object-properties/commit/b95c0f4339aa269062be82569e91dbf2319c90bc))
15+
516
## [5.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v4.0.0...v5.0.0) (2021-11-11)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-properties",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Shortcuts to Object.defineProperty and Object.defineProperties",
55
"keywords": [
66
"Object.defineProperties",

0 commit comments

Comments
 (0)