Skip to content

Commit

Permalink
don't auto tag/commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
evictor committed Apr 3, 2021
1 parent 69d3db9 commit 797e7fa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
save-exact=true
save-exact=true
git-tag-version=false
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ import getBlobDuration from 'get-blob-duration'

## Changelog

### 1.2.0

- **Security:** Update deps
- **Bug:** Fix #8 (thx @fheyen for bug report)
- **Task:** Pin deps
- **Improvement:** Introduce Github Actions
- **Improvement:** Promise rejects if video el throws an error (thx @Stopa for code)

### 1.1.2

- Bump lodash from 4.17.15 to 4.17.19 [pull #6](https://github.com/evictor/get-blob-duration/pull/6/files)
Expand Down
2 changes: 1 addition & 1 deletion dist/getBlobDuration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/getBlobDuration.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "get-blob-duration",
"version": "1.1.2",
"version": "1.2.0",
"description": "Convenience method to patch Chromium bug when getting duration of HTML5 video or audio Blob.",
"main": "dist/getBlobDuration.js",
"scripts": {
"build": "gulp",
"test": "jest --verbose"
"test": "jest --verbose",
"preversion": "npm run build && npm t && git add -A dist"
},
"typings": "get-blob-duration.d.ts",
"repository": {
Expand Down

0 comments on commit 797e7fa

Please sign in to comment.