Skip to content

Commit c13e5f6

Browse files
committed
--- v0.4.0 ---
1 parent 9f7c56b commit c13e5f6

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog
33

44

55

6+
v0.4.0
7+
------
8+
9+
* Query results in array by @sophiebremer in https://github.com/typescriptlibs/tsl-core-xml/pull/19
10+
* XMLSelector.parse throws SyntaxError by @sophiebremer in https://github.com/typescriptlibs/tsl-core-xml/pull/19
11+
12+
**Full Changelog**: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.3.1...v0.4.0
13+
14+
15+
616
v0.3.1
717
------
818

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following versions of the XML TypeScript Library are currently being support
1010

1111
| Version | Supported |
1212
| ------- | --------- |
13-
| 0.3.x | yes |
13+
| 0.4.x | yes |
1414
| < 0.3.0 | no |
1515

1616

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"name": "tsl-core-xml",
77
"type": "module",
8-
"version": "0.3.1",
8+
"version": "0.4.0",
99
"main": "lib/index.js",
1010
"types": "lib/index.d.ts",
1111
"bugs": "https://github.com/typescriptlibs/tsl-core-xml/issues",

0 commit comments

Comments
 (0)