Skip to content

Commit a57f779

Browse files
github-actions[bot]stee-re
authored andcommitted
chore: release 1.6.0
1 parent f4fd61d commit a57f779

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"1.6.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/OMICRONEnergyOSS/oscd-editor/compare/oscd-editor-v1.5.0...oscd-editor-v1.6.0) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* extend subscriber handling to publish on all changes (including undo & redo) ([9173b94](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/9173b94ad35133d938548f201b8764c96daeb5a0))
9+
10+
11+
### Bug Fixes
12+
13+
* correct package.json repo url so provenance checks pass ([f4fd61d](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/f4fd61d339905ab255b74974157645b8f688af47))
14+
* unsubscribe should remove the correct subscriber every time ([9899f8e](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/9899f8e982b9fef236862b2bfcf75e635b775f89)), closes [#11](https://github.com/OMICRONEnergyOSS/oscd-editor/issues/11)
15+
316
## [1.5.0](https://github.com/OMICRONEnergyOSS/oscd-editor/compare/oscd-editor-v1.4.0...oscd-editor-v1.5.0) (2025-06-24)
417

518

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
@@ -3,7 +3,7 @@
33
"description": "Function library for basic XML manipulations",
44
"license": "Apache-2.0",
55
"author": "OMICRON electronics GmbH",
6-
"version": "1.5.0",
6+
"version": "1.6.0",
77
"type": "module",
88
"main": "./dist/oscd-editor.js",
99
"types": "./dist/oscd-editor.d.ts",

0 commit comments

Comments
 (0)