File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.6.0
4+
5+ - Add Asset text track endpoints (view [ docs] ( https://docs.mux.com/reference#create-a-subtitle-text-track ) for usage)
6+
37## 2.5.0
48
59- Add Simulcast Targets and Delivery Usage apis (view [ docs] ( https://muxinc.github.io/mux-node-sdk/ ) for usage)
Original file line number Diff line number Diff line change @@ -235,3 +235,11 @@ Find a bug or want to add a useful feature? That'd be amazing! If you'd like to
2352353 . Make any changes you'd like in your forked branch.
2362364 . Add any relevant tests for your changes
2372375 . Open the pull request! :tada :
238+
239+ ## Releasing
240+
241+ 1 . Update CHANGELOG.md
242+ 1 . Update version in package.json
243+ 1 . Open Pull Request, merge after approved
244+ 1 . Tag master: example: ` git tag v2.6.0 ` and ` git push --tags origin `
245+ 1 . Run ` npm publish `
Original file line number Diff line number Diff line change 11{
22 "name" : " @mux/mux-node" ,
3- "version" : " 2.5 .0" ,
3+ "version" : " 2.6 .0" ,
44 "description" : " Mux API wrapper" ,
55 "keywords" : [
66 " mux" ,
You can’t perform that action at this time.
0 commit comments