Skip to content

Commit

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

### Bug Fixes

* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))

### Features

* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [#222](#222)
  • Loading branch information
semantic-release-bot committed Jun 1, 2020
1 parent fbc0404 commit 3e99545
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 @@
# [1.3.0](https://github.com/amclin/aem-packager/compare/v1.2.3...v1.3.0) (2020-06-01)


### Bug Fixes

* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](https://github.com/amclin/aem-packager/commit/ada25d3cc0c349cea447d0d3f353dc3dcb29b38a))


### Features

* **deps:** enforce minimum Node v12 ([1273dac](https://github.com/amclin/aem-packager/commit/1273dac8ad76487bf0c82f43249a9ec26bde491d)), closes [#222](https://github.com/amclin/aem-packager/issues/222)

## [1.2.3](https://github.com/amclin/aem-packager/compare/v1.2.2...v1.2.3) (2020-04-16)


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.2.3",
"version": "1.3.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 3e99545

Please sign in to comment.