Skip to content

Commit

Permalink
Merge pull request #4 from junminahn/chore/release
Browse files Browse the repository at this point in the history
chore(v0.3.0): bump version and update changelog
  • Loading branch information
junminahn authored Mar 26, 2022
2 parents 621f76f + 39fb5e2 commit 6fea4dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ project adheres to [Semantic Versioning](http://semver.org/).



<a name="v0.3.0"></a>
## [v0.3.0] - 2022-03-26
BUG FIXES:
- Update docker context


<a name="v0.2.0"></a>
## [v0.2.0] - 2022-03-26
CI:
Expand Down Expand Up @@ -37,7 +43,8 @@ CI:
- Version bump to 0.1.0


[Unreleased]: https://github.com/junminahn/nodbox/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/junminahn/nodbox/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/junminahn/nodbox/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/junminahn/nodbox/compare/0.1.2...v0.2.0
[0.1.2]: https://github.com/junminahn/nodbox/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/junminahn/nodbox/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodbox",
"version": "0.2.0",
"version": "0.3.0",
"description": "Docker Image packaging for Nodbox; a tiny container to run JavaScript code",
"main": "entrypoint.js",
"author": "Junmin Ahn",
Expand Down

0 comments on commit 6fea4dd

Please sign in to comment.