Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed May 4, 2024
1 parent f666ddd commit 6e5a4cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.5](https://github.com/mitch1009/witso/compare/[email protected]@0.0.5) (2024-05-04)

### [0.0.4](https://github.com/mitch1009/witso/compare/[email protected]@0.0.4) (2024-05-04)

### [0.0.4](https://github.com/mitch1009/witso/compare/[email protected]@0.0.4) (2024-05-04)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextee",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "next dev --port 7766",
Expand All @@ -10,6 +10,7 @@
"cs": "changeset",
"vs": "changeset version",
"tag": "changeset tag",
"rel": "standard-version --tag-prefix \"$(node -p \"require('./package.json').name\")@\" && git push --follow-tags",
"release": "standard-version --first-release --tag-prefix \"$(node -p \"require('./package.json').name\")@\" && git push --follow-tags",
"mg": "npx prisma migrate dev && npx prisma generate",
"mg:prod": "npx prisma migrate deploy && npx prisma generate"
Expand Down

0 comments on commit 6e5a4cb

Please sign in to comment.