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-02-07)

### Features

* add initial files for the template ([d0fb525](d0fb525))

### Bug Fixes

* **package.json:** fix version. Set it to 0.1.0 ([8c39b14](8c39b14))
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 43ffd2f commit 3d8438c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carpasse/node-open-source-project-template",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "Repository template for new Open Source projects with NodeJS",
"main": "./dist/cjs/index.js",
"module": "./dist/cjs/index.mjs",
Expand Down

0 comments on commit 3d8438c

Please sign in to comment.