Skip to content

Commit

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


### Features

* upload video ([#29](https://github.com/KazuyaHara/sitka/issues/29)) ([09d3244](https://github.com/KazuyaHara/sitka/commit/09d324463f832cc87a59b7fe72cb6e333b890eb8))

# [0.8.0](https://github.com/KazuyaHara/sitka/compare/v0.7.0...v0.8.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"private": true,
"scripts": {
"build:dev": "cp .env.development .env.production.local && react-scripts build",
Expand Down

0 comments on commit fb981c8

Please sign in to comment.