Skip to content

Commit

Permalink
chore: release 6.0.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau authored Dec 12, 2021
1 parent b95c0f4 commit 8476a4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [6.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v5.0.0...v6.0.0) (2021-12-12)


### ⚠ BREAKING CHANGES

* requires node 14

### Build System

* update dev deps and drop node 12 ([b95c0f4](https://www.github.com/christophehurpeau/object-properties/commit/b95c0f4339aa269062be82569e91dbf2319c90bc))

## [5.0.0](https://www.github.com/christophehurpeau/object-properties/compare/v4.0.0...v5.0.0) (2021-11-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-properties",
"version": "5.0.0",
"version": "6.0.0",
"description": "Shortcuts to Object.defineProperty and Object.defineProperties",
"keywords": [
"Object.defineProperties",
Expand Down

0 comments on commit 8476a4e

Please sign in to comment.