Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/codewithagents/sepa-xml-ts/compare/sepa-xml-ts-v1.0.1...sepa-xml-ts-v1.1.0) (2026-06-05)


### Features

* export typed message-type and variant constants ([#39](https://github.com/codewithagents/sepa-xml-ts/issues/39)) ([#40](https://github.com/codewithagents/sepa-xml-ts/issues/40)) ([2967f49](https://github.com/codewithagents/sepa-xml-ts/commit/2967f49eccb9971a1cfa3ccb89acf75a0c10ecc9))

## [1.0.1](https://github.com/codewithagents/sepa-xml-ts/compare/sepa-xml-ts-v1.0.0...sepa-xml-ts-v1.0.1) (2026-06-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sepa-xml-ts",
"version": "1.0.1",
"version": "1.1.0",
"description": "Type-safe SEPA payment file library for pain.001 credit transfers and pain.008 direct debits. Parse, write, and validate ISO 20022 XML with output verified against the official ISO 20022 XSD.",
"license": "MIT",
"author": "Benjamin Eckstein",
Expand Down