Skip to content

Commit

Permalink
chore(npm): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalt committed Jun 4, 2019
1 parent 2a6ea3f commit ff77098
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="0.3.9"></a>
# 0.3.9 (2019/06/04)
### Features
* MP3.removeTags: returns report obj if and which tags are removed
`async removeTags(filename: string, opts: IMP3.RemoveTagsOptions): Promise<{ id3v2: boolean, id3v1: boolean } | undefined>`

<a name="0.3.8"></a>
# 0.3.8 (2019/06/04)
### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "jamp3",
"version": "0.3.8",
"version": "0.3.9",
"author": "ffalt",
"license": "MIT",
"description": "mp3, id3v1, id3v2 - reader & writer",
Expand Down

0 comments on commit ff77098

Please sign in to comment.