Skip to content

Commit

Permalink
chore(release): v0.8.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 889eeb7 commit f1913d7
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.8.0](https://github.com/KazuyaHara/sitka/compare/v0.7.0...v0.8.0) (2022-11-12)


### Features

* download original media ([#26](https://github.com/KazuyaHara/sitka/issues/26)) ([889eeb7](https://github.com/KazuyaHara/sitka/commit/889eeb799e32c6130310bd91a7a63e81f7ddb1b4))

# [0.7.0](https://github.com/KazuyaHara/sitka/compare/v0.6.0...v0.7.0) (2022-11-08)


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

0 comments on commit f1913d7

Please sign in to comment.