Skip to content

Commit

Permalink
release(version): Release 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2021-08-26)

### Bug Fixes

* **deps:** bump commander from 4.0.0 to 8.1.0 ([4a43296](4a43296))
  • Loading branch information
semantic-release-bot committed Aug 26, 2021
1 parent 686c208 commit 6f5cca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [2.1.4](https://github.com/rajasegar/ember-gen-uml/compare/v2.1.3...v2.1.4) (2021-08-26)


### Bug Fixes

* **deps:** bump commander from 4.0.0 to 8.1.0 ([4a43296](https://github.com/rajasegar/ember-gen-uml/commit/4a4329669b2e724eec3edcd9a21039da5a79f3b0))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-gen-uml",
"version": "2.1.3",
"version": "2.1.4",
"description": "A CLI to generate PlantUML compatible UML diagrams from Ember components",
"main": "src/main.js",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"deploy-feat": "npm version minor && git push && git push --tags && npm publish",
"lint": "eslint src/",
"debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
"semantic-release" : "semantic-release"
"semantic-release": "semantic-release"
},
"author": "Rajasegar Chandran",
"bugs": "https://github.com/rajasegar/ember-gen-uml/issues",
Expand Down

0 comments on commit 6f5cca9

Please sign in to comment.