Skip to content

Commit 4d38df7

Browse files
Merge pull request #11 from PubNubDevelopers/release-please--branches--main--components--shaka-player
chore(main): release 1.1.1
2 parents 8a1c163 + 46c3f8a commit 4d38df7

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [1.1.1](https://github.com/PubNubDevelopers/Shaka-Player-Sync/compare/v1.1.0...v1.1.1) (2026-02-02)
11+
12+
13+
### Bug Fixes
14+
15+
* prepare npm publish with correct tokens ([8a1c163](https://github.com/PubNubDevelopers/Shaka-Player-Sync/commit/8a1c16365102db84332d80d9dfefc581d187edaf))
16+
1017
## [1.1.0](https://github.com/PubNubDevelopers/Shaka-Player-Sync/compare/v1.0.1...v1.1.0) (2026-01-30)
1118

1219

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/shaka-player",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Real-time playback synchronization for Shaka Player using PubNub - enables Watch Party experiences",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Library version. Updated automatically by release-please.
1212
*/
1313
// x-release-please-start-version
14-
export const version = '1.1.0';
14+
export const version = '1.1.1';
1515
// x-release-please-end
1616

1717
export { SyncManager } from './sync-manager';

0 commit comments

Comments
 (0)