Skip to content

Commit

Permalink
chore(release): 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Mar 12, 2020
1 parent dcae6d4 commit d5a75fe
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 47 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.12](https://github.com/kaltura/playkit-js-transcript/compare/v0.0.11...v0.0.12) (2020-03-12)

### [0.0.11](https://github.com/kaltura/playkit-js-transcript/compare/v0.0.10...v0.0.11) (2020-02-13)

### [0.0.10](https://github.com/kaltura/playkit-js-transcript/compare/v0.0.7...v0.0.10) (2020-02-11)
Expand Down
67 changes: 24 additions & 43 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/transcript-plugin",
"version": "0.0.11",
"version": "0.0.12",
"license": "AGPL-3.0",
"private": false,
"bugs": {
Expand All @@ -12,9 +12,9 @@
"url": "git+https://github.com/kaltura/playkit-js-transcript.git"
},
"dependencies": {
"@playkit-js-contrib/common": "^3.2.0",
"@playkit-js-contrib/plugin": "^3.2.0",
"@playkit-js-contrib/ui": "^3.2.0",
"@playkit-js-contrib/common": "^3.2.2",
"@playkit-js-contrib/plugin": "^3.2.2",
"@playkit-js-contrib/ui": "^3.2.2",
"@types/classnames": "2.2.9",
"@types/node": "12.12.21",
"classnames": "2.2.6",
Expand Down Expand Up @@ -46,6 +46,7 @@
"deploy:prepare": "kcontrib deploy --prepare",
"deploy:publish-to-npm": "kcontrib deploy --publish",
"deploy:next:prepare": "kcontrib deploy --prepare --prerelease next",
"contrib:latest": "kcontrib contrib --type=latest",
"infra:latest": "kcontrib infra --type=latest",
"infra:next": "kcontrib infra --type=next",
"infra:local": "kcontrib infra --type=local",
Expand Down

0 comments on commit d5a75fe

Please sign in to comment.