Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.0...v1.1.0) (2024-02-08)

### Features

* **release:** add license-check step to ensure we don't non open source deps ([2137417](2137417))

### Bug Fixes

* **release:** fix license check step ([36d79bc](36d79bc))
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent 70c7dcd commit b4975a0
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.1.0-beta.1",
"version": "1.1.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 b4975a0

Please sign in to comment.