Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-04-09)

### Bug Fixes

* add permissions repo permissions to semantic release ([43a395b](43a395b))
* **deps:** fixed eslint to version 8.57.0 for next.js compat ([6116d20](6116d20))

### Features

* **repo:** init nextjs project ([83a365b](83a365b))
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent a016ad0 commit 7d9fa30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2024-04-09)


### Bug Fixes

* add permissions repo permissions to semantic release ([43a395b](https://github.com/rikhall1515/nextjs-project-template/commit/43a395bec146b1d6c3e0d1e68755c6100fc03304))
* **deps:** fixed eslint to version 8.57.0 for next.js compat ([6116d20](https://github.com/rikhall1515/nextjs-project-template/commit/6116d20415786bf11e81ab02975becff51bf50da))


### Features

* **repo:** init nextjs project ([83a365b](https://github.com/rikhall1515/nextjs-project-template/commit/83a365b8a1ce01da9a10751f38d6b25b847f80be))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-project-template",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 7d9fa30

Please sign in to comment.