Skip to content

Commit

Permalink
📖 Add changelog for v0.0.2 and generation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwir3 committed Aug 26, 2021
1 parent d591e17 commit 64dbb6b
Show file tree
Hide file tree
Showing 3 changed files with 3,101 additions and 48 deletions.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

<a name="0.0.2"></a>
## 0.0.2

### Features

- 👷‍♂️ Make releases get published to npm. [[d591e17](https://github.com/foamfactory/test-sshdng/commit/d591e17ddd59a76430cf4820a83eeddef4d0baf7)]
- ✅ Adjust tests for quick failure in exception cases. [[b61cc52](https://github.com/foamfactory/test-sshdng/commit/b61cc52e72a3a80113342b7b24a4049166d305e1)]
- 👷‍♂️ Adjust scripts to publish on release. [[ff8b06b](https://github.com/foamfactory/test-sshdng/commit/ff8b06b30a2a52ea451e94329e4174f8513ed8de)]
- 👷‍♂️ Add a script to be run on github actions. [[627f888](https://github.com/foamfactory/test-sshdng/commit/627f888da876d3ba21b87f8603848b8462ececa8)]
- 👷‍♂️ Adjust build scripts to output correct package. [[5804aa4](https://github.com/foamfactory/test-sshdng/commit/5804aa44ce7fec6af5a51cb216d216226145638c)]

### Documentation and Copy Changes

- 📖 Update README to show new usage guidelines. [[cfcac98](https://github.com/foamfactory/test-sshdng/commit/cfcac9864167d8138e8d93e459deb8411bfd1baf)]

### Refactorings

- ♻️ Restore basic functionality after converting to ES6. [[810d27e](https://github.com/foamfactory/test-sshdng/commit/810d27e9da7fecbf4ac1e79618108e36cc4a72fb)]
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "jest",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"generate:changelog": "gitmoji-changelog --output docs/CHANGELOG.md"
},
"repository": {
"type": "git",
Expand All @@ -44,6 +45,7 @@
"chai": "~1.7.2",
"docco": "^0.8.1",
"expect.js": "~0.2.0",
"gitmoji-changelog": "^2.2.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
Expand Down
Loading

0 comments on commit 64dbb6b

Please sign in to comment.