Skip to content

Commit fb8741c

Browse files
chore: release 1.5.0
1 parent 4265a25 commit fb8741c

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-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.4.0" }
1+
{".":"1.5.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [1.5.0](https://github.com/OMICRONEnergyOSS/oscd-editor/compare/oscd-editor-v1.4.0...oscd-editor-v1.5.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* add Edit and EditV2 type guards ([7d5f002](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/7d5f00254d47b1270b41a2bdb857550a74ca94f1))
9+
* add XMLEditor implements Transactor<EditV2> ([643eb36](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/643eb360c1b9ffefa62c386ba940d87d1273b2e6))
10+
* console.error on invalid edit ([9663d03](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/9663d03b673823ac7d7b511af81622095b16e959))
11+
* convertEdit ([898c4e3](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/898c4e317339dd7d9ee0d9591596dfa45f6bef76))
12+
* Editor class ([028dcbc](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/028dcbc7613991c2f169a3d255a7bcfb17eb6028))
13+
* **Editor:** make Editor generic ([2722c7a](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/2722c7a0bc9a39eb148d8d2a6230f4f48e7da807))
14+
* handleEdit ([#2](https://github.com/OMICRONEnergyOSS/oscd-editor/issues/2)) ([5fbbdff](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/5fbbdffa21f5e02ff7dce7689b1b417dc810a6d7))
15+
16+
17+
### Bug Fixes
18+
19+
* export iedEdit and isEditV2 ([bf3d1be](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/bf3d1be20d26f1baadff375000dc984535ce274e))
20+
* fast-check to dependencies ([7113299](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/711329975994a4f4ac206537125d9f34751b1f26))

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.4.0",
6+
"version": "1.5.0",
77
"type": "module",
88
"main": "./dist/oscd-editor.js",
99
"types": "./dist/oscd-editor.d.ts",

0 commit comments

Comments
 (0)