Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.3...v1.2.0) (2020-03-24)

### Bug Fixes

* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))

### Features

* **deps:** remove lodash dependency ([3775405](3775405))
  • Loading branch information
semantic-release-bot committed Mar 24, 2020
1 parent cc8d0fc commit 789fb58
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.2.0](https://github.com/amclin/aem-packager/compare/v1.1.3...v1.2.0) (2020-03-24)


### Bug Fixes

* **deps:** resolve dependency changes in package.json ([8500be4](https://github.com/amclin/aem-packager/commit/8500be4f8048d3a16714b6fcc01b3407d6474851))


### Features

* **deps:** remove lodash dependency ([3775405](https://github.com/amclin/aem-packager/commit/3775405620d4f22531e6d4b78810c76ec01092bb))

## [1.1.3](https://github.com/amclin/aem-packager/compare/v1.1.2...v1.1.3) (2020-03-24)


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.1.3",
"version": "1.2.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 789fb58

Please sign in to comment.