Skip to content

Commit ff77098

Browse files
committed
chore(npm): bump version
1 parent 2a6ea3f commit ff77098

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.3.9"></a>
2+
# 0.3.9 (2019/06/04)
3+
### Features
4+
* MP3.removeTags: returns report obj if and which tags are removed
5+
`async removeTags(filename: string, opts: IMP3.RemoveTagsOptions): Promise<{ id3v2: boolean, id3v1: boolean } | undefined>`
6+
17
<a name="0.3.8"></a>
28
# 0.3.8 (2019/06/04)
39
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jamp3",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"author": "ffalt",
55
"license": "MIT",
66
"description": "mp3, id3v1, id3v2 - reader & writer",

0 commit comments

Comments
 (0)