Skip to content

Commit

Permalink
chore: release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Nov 7, 2024
1 parent f26401c commit 44ad7c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.1

- Update file paths to use forward slashes for windows (thanks to @alan-agius4)

# 3.0.0

- Support for node 16 removed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-license-plugin",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"packageManager": "npm@10.8.1",
"description": "Extracts OSS license information of the npm packages in your rollup or vite output",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
},
"scripts": {
"prebuild": "node -e \"fs.rmSync('dist', { force: true, recursive: true })\"",
Expand Down

0 comments on commit 44ad7c8

Please sign in to comment.