Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rykus0 committed Jun 29, 2023
1 parent 782258d commit c6c8bcd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file added .yarn/versions/538477b6.yml
Empty file.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 1.0.0 (2023-06-28)
## 1.1.0 (2023-06-29)

* feat: improve logo icons ([6ac2bf9](https://github.com/Rykus0/cryptoquote/commit/6ac2bf9))
* build: add script to update changelog when versioning ([d897fdf](https://github.com/Rykus0/cryptoquote/commit/d897fdf))
* build: generate initial changelog ([d420dfa](https://github.com/Rykus0/cryptoquote/commit/d420dfa))
* build: install commitlint and husky ([f768cb8](https://github.com/Rykus0/cryptoquote/commit/f768cb8))
* build: install conventional changelog cli ([f586f2d](https://github.com/Rykus0/cryptoquote/commit/f586f2d))



## 1.0.0 (2023-06-27)

* build: add yarn version plugin ([dd2e466](https://github.com/Rykus0/cryptoquote/commit/dd2e466))
* build: install commitlint and husky ([a69716c](https://github.com/Rykus0/cryptoquote/commit/a69716c))
* build: specify yarn as package manager ([a8e839d](https://github.com/Rykus0/cryptoquote/commit/a8e839d))
* chore: add license ([7aaa059](https://github.com/Rykus0/cryptoquote/commit/7aaa059))
* chore: bump to v1.0.0 ([3a89f88](https://github.com/Rykus0/cryptoquote/commit/3a89f88))
* chore: dependencies to dev deps ([ed0347f](https://github.com/Rykus0/cryptoquote/commit/ed0347f))
Expand All @@ -14,6 +21,8 @@
* chore: update todo comments ([5d2c09c](https://github.com/Rykus0/cryptoquote/commit/5d2c09c))
* chore: update todo comments ([e59a01f](https://github.com/Rykus0/cryptoquote/commit/e59a01f))
* chore: update yarn ([c664af9](https://github.com/Rykus0/cryptoquote/commit/c664af9))
* build: add yarn version plugin ([dd2e466](https://github.com/Rykus0/cryptoquote/commit/dd2e466))
* build: specify yarn as package manager ([a8e839d](https://github.com/Rykus0/cryptoquote/commit/a8e839d))
* refactor: address lint issues in confetti ([63e635f](https://github.com/Rykus0/cryptoquote/commit/63e635f))
* refactor: allow configurable spread for confetti ([08507f8](https://github.com/Rykus0/cryptoquote/commit/08507f8))
* refactor: break out and refactor confetti component ([66d0fee](https://github.com/Rykus0/cryptoquote/commit/66d0fee))
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "cryptoquote",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"version": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md"
"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"
},
"dependencies": {
"next": "13.4.4",
Expand Down

1 comment on commit c6c8bcd

@vercel
Copy link

@vercel vercel bot commented on c6c8bcd 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-git-main-rykus0.vercel.app
cryptoquote-five.vercel.app
cryptoquote-rykus0.vercel.app

Please sign in to comment.