Skip to content

Commit d55aa97

Browse files
chore(release): publish
1 parent 0c100d2 commit d55aa97

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>2.0.1 (2026-01-15)</small>
7+
8+
- fix: missing scripts in shipped tarball for installation (#47) ([0c100d2](https://github.com/devowlio/node-lame/commit/0c100d2)), closes [#47](https://github.com/devowlio/node-lame/issues/47)
9+
- docs: changelog correction for first release with changelog ([2d0e35d](https://github.com/devowlio/node-lame/commit/2d0e35d))
10+
11+
## <small>2.0.1 (2026-01-15)</small>
12+
13+
- fix: missing scripts in shipped tarball for installation (#47) ([0c100d2](https://github.com/devowlio/node-lame/commit/0c100d2)), closes [#47](https://github.com/devowlio/node-lame/issues/47)
14+
- docs: changelog correction for first release with changelog ([2d0e35d](https://github.com/devowlio/node-lame/commit/2d0e35d))
15+
616
## 2.0.0 (2025-11-09)
717

818
### Breaking Changes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lerna/lerna/main/schemas/lerna-schema.json",
33
"packages": ["."],
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"npmClient": "pnpm",
66
"useNx": false,
77
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lame",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "LAME MP3 encoder for Node.js",
55
"homepage": "https://www.npmjs.com/package/node-lame",
66
"repository": {

0 commit comments

Comments
 (0)