Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c4e27a1

Browse files
authored
Merge pull request #15 from increments/release-v3.1.0
v3.1.0
2 parents 73a0d75 + c2155b9 commit c4e27a1

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Unreleased
22
=====
33

4+
<!-- Add descriptions of changes here -->
5+
6+
3.1.0
7+
=====
8+
9+
* Support node 18 [13](https://github.com/increments/camo/pull/13)
10+
* Add workflow to build docker image to GitHub Container Registry [14](https://github.com/increments/camo/pull/14)
411
* Setup "npm" and "docker" upgrade dependency configuration [8](https://github.com/increments/camo/pull/8)
512
* Add tests on GitHub Actions [7](https://github.com/increments/camo/pull/7)
613

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camo",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"dependencies": {},
55
"engines": {
66
"node": "^16 || ^17 || ^18"

0 commit comments

Comments
 (0)