Skip to content

Commit

Permalink
chore(release): v0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 19, 2022
1 parent 04984b3 commit a1b8956
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.10.0](https://github.com/KazuyaHara/sitka/compare/v0.9.0...v0.10.0) (2022-11-19)


### Features

* **web:** show extension ([#32](https://github.com/KazuyaHara/sitka/issues/32)) ([04984b3](https://github.com/KazuyaHara/sitka/commit/04984b31fd322d63e74fc0d5154d7ff6413990f8))

# [0.9.0](https://github.com/KazuyaHara/sitka/compare/v0.8.0...v0.9.0) (2022-11-12)


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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.0",
"private": true,
"scripts": {
"build:dev": "cp .env.development .env.production.local && react-scripts build",
Expand Down

0 comments on commit a1b8956

Please sign in to comment.