Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Nov 19, 2022
1 parent 0e78b8d commit fd2197a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [7.0.0](https://github.com/christophehurpeau/object-properties/compare/v6.1.0...v7.0.0) (2022-11-19)


### ⚠ BREAKING CHANGES

* drop cjs and node 14

### Bug Fixes

* build definitions ([0e78b8d](https://github.com/christophehurpeau/object-properties/commit/0e78b8d50dc7f29406b583932dd42e73b9142ff1))


### Miscellaneous Chores

* drop cjs ([f7a9443](https://github.com/christophehurpeau/object-properties/commit/f7a9443dfd524922be680ab3d7cb662780236226))

## [6.1.0](https://github.com/christophehurpeau/object-properties/compare/v6.0.0...v6.1.0) (2022-02-05)


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": "6.1.0",
"version": "7.0.0",
"description": "Shortcuts to Object.defineProperty and Object.defineProperties",
"keywords": [
"Object.defineProperties",
Expand Down

0 comments on commit fd2197a

Please sign in to comment.