Skip to content

Commit

Permalink
Merge pull request #15 from increments/release-v3.1.0
Browse files Browse the repository at this point in the history
v3.1.0
  • Loading branch information
tomoasleep authored Aug 31, 2023
2 parents 73a0d75 + c2155b9 commit c4e27a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Unreleased
=====

<!-- Add descriptions of changes here -->

3.1.0
=====

* Support node 18 [13](https://github.com/increments/camo/pull/13)
* Add workflow to build docker image to GitHub Container Registry [14](https://github.com/increments/camo/pull/14)
* Setup "npm" and "docker" upgrade dependency configuration [8](https://github.com/increments/camo/pull/8)
* Add tests on GitHub Actions [7](https://github.com/increments/camo/pull/7)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camo",
"version": "3.0.0",
"version": "3.1.0",
"dependencies": {},
"engines": {
"node": "^16 || ^17 || ^18"
Expand Down

0 comments on commit c4e27a1

Please sign in to comment.