Skip to content

Commit fd3295c

Browse files
github-actions[bot]stee-re
authored andcommitted
chore: release 0.1.0
1 parent 07230e3 commit fd3295c

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/OMICRONEnergyOSS/oscd-api/compare/oscd-api-v0.0.14...oscd-api-v0.1.0) (2025-06-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **package:** move utils to separate module
9+
10+
### Features
11+
12+
* add edit-event from V1 API ([07230e3](https://github.com/OMICRONEnergyOSS/oscd-api/commit/07230e352ad616df98c50df66e5701fe70fcfac9))
13+
* add OpenEvent ([af43dbe](https://github.com/OMICRONEnergyOSS/oscd-api/commit/af43dbe5d681de31e81bbf0be5b60079ce2112f3))
14+
15+
16+
### Bug Fixes
17+
18+
* **convertEdit:** allow '__proto__' attribute name ([16c541f](https://github.com/OMICRONEnergyOSS/oscd-api/commit/16c541fd2f856f05373e771c97ee8a881fe3e7b9))
19+
* expose missing module members ([477f11c](https://github.com/OMICRONEnergyOSS/oscd-api/commit/477f11c4ef337b9763a933c5f087303c7f6599f0))
20+
* increase type guard vigilance ([5404d79](https://github.com/OMICRONEnergyOSS/oscd-api/commit/5404d796c683488db2cc145f6d6ceb2888ffa94d))
21+
22+
23+
### Code Refactoring
24+
25+
* **package:** move utils to separate module ([b1e5c51](https://github.com/OMICRONEnergyOSS/oscd-api/commit/b1e5c51e233cf0f4627ba5b6bc69cb58041647d0))
26+
327
## [0.0.14](https://github.com/OMICRONEnergyOSS/oscd-api/compare/oscd-api-v0.0.13...oscd-api-v0.0.14) (2025-06-16)
428

529

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": "@omicronenergy/oscd-api",
3-
"version": "0.0.14",
3+
"version": "0.1.0",
44
"description": "OpenSCD API for IEC 61850 SCL files",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)