Skip to content

Commit bdaf217

Browse files
committed
chore(release): v0.3.1
1 parent b1044f1 commit bdaf217

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
44

5+
## [0.3.1](https://github.com/nrkno/sofie-emberplus-connection/compare/v0.3.0...v0.3.1) (Tue Oct 14 2025)
6+
7+
8+
### Fixes
9+
10+
* fixed length for slicing when handling updates [3722d65](https://github.com/nrkno/sofie-emberplus-connection/commit/3722d65b480b7efc8ffad0cd4eb58984125d2160)
11+
12+
513
## [0.3.0](https://github.com/nrkno/sofie-emberplus-connection/compare/v0.2.2...v0.3.0) (Mon Feb 17 2025)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emberplus-connection",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Javascript implementation of the Ember+ automation protocol",
55
"engines": {
66
"node": ">=14.18"

0 commit comments

Comments
 (0)