Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rykus0 committed Jun 29, 2023
1 parent 57a209c commit d5a73a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file added .yarn/versions/931de1fb.yml
Empty file.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>1.1.1 (2023-06-29)</small>

* fix: remove incorrect icon metadata ([34864f5](https://github.com/Rykus0/cryptoquote/commit/34864f5))
* feat: install vercel analytics ([b500cdd](https://github.com/Rykus0/cryptoquote/commit/b500cdd))
* chore: install vercel analytics ([b134f17](https://github.com/Rykus0/cryptoquote/commit/b134f17))



## 1.1.0 (2023-06-29)

* feat: improve logo icons ([6ac2bf9](https://github.com/Rykus0/cryptoquote/commit/6ac2bf9))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptoquote",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint",
"test": "jest",
"version": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md",
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md"
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md"
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
Expand Down

1 comment on commit d5a73a1

@vercel
Copy link

@vercel vercel bot commented on d5a73a1 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cryptoquote – ./

cryptoquote-five.vercel.app
cryptoquote-rykus0.vercel.app
cryptoquote-git-main-rykus0.vercel.app

Please sign in to comment.