Skip to content

Commit

Permalink
chore(release): v0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 8, 2022
1 parent 2aa5787 commit 9fd687d
Show file tree
Hide file tree
Showing 4 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,3 +1,10 @@
# [0.7.0](https://github.com/KazuyaHara/sitka/compare/v0.6.0...v0.7.0) (2022-11-08)


### Features

* restore items ([#25](https://github.com/KazuyaHara/sitka/issues/25)) ([2aa5787](https://github.com/KazuyaHara/sitka/commit/2aa5787fa217fc3ae91f556e5f2b426add38c9a0))

# [0.6.0](https://github.com/KazuyaHara/sitka/compare/v0.5.0...v0.6.0) (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitka",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"description": "A gateway to the Glacier.",
"repository": "https://github.com/KazuyaHara/sitka",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"build:dev": "cp .env.development .env.production.local && react-scripts build",
Expand Down

0 comments on commit 9fd687d

Please sign in to comment.