Skip to content

Commit f0239b7

Browse files
authored
Release 2.6.0 (#42)
* bump to 2.6.0 and add changelog note * add Release steps to README
1 parent 7aa9df5 commit f0239b7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
235235
3. Make any changes you'd like in your forked branch.
236236
4. Add any relevant tests for your changes
237237
5. 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`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)