Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.0...v2.0.0) (2020-06-01)

### Features

* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* now requires Node v12
  • Loading branch information
semantic-release-bot committed Jun 1, 2020
1 parent 0b11cb8 commit 10a6795
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/amclin/aem-packager/compare/v1.3.0...v2.0.0) (2020-06-01)


### Features

* version bump for breaking change ([0b11cb8](https://github.com/amclin/aem-packager/commit/0b11cb83ad4309740941959512fcd4ca3106340f))


### BREAKING CHANGES

* now requires Node v12

# [1.3.0](https://github.com/amclin/aem-packager/compare/v1.2.3...v1.3.0) (2020-06-01)


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": "aem-packager",
"version": "1.3.0",
"version": "2.0.0",
"description": "A node plugin to package files into a bundle installable through the AEM package manager.",
"main": "aem-packager.js",
"repository": {
Expand Down

0 comments on commit 10a6795

Please sign in to comment.