Skip to content

Commit

Permalink
chore(release): 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.5](v2.0.4...v2.0.5) (2021-03-12)

### Bug Fixes

* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
  • Loading branch information
semantic-release-bot committed Mar 12, 2021
1 parent c958703 commit 306883e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.5](https://github.com/amclin/aem-packager/compare/v2.0.4...v2.0.5) (2021-03-12)


### Bug Fixes

* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](https://github.com/amclin/aem-packager/commit/57fcedda0f5146fb9feeea8db2a4c6f822c138ce))

## [2.0.4](https://github.com/amclin/aem-packager/compare/v2.0.3...v2.0.4) (2020-12-10)


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": "2.0.4",
"version": "2.0.5",
"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 306883e

Please sign in to comment.