chore(main): release 2.1.0 (#44)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-19 13:35:11 -07:00
committed by GitHub
parent ee8c32dfbb
commit 6d3b26bfb5
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [2.1.0](https://github.com/jef/zap2xml/compare/v2.0.0...v2.1.0) (2025-07-19)
### Features
* support upto 15 days of listings ([ee8c32d](https://github.com/jef/zap2xml/commit/ee8c32dfbb319225b181e8c0d956a56e8473d8cd))
## [2.0.0](https://github.com/jef/zap2xml/compare/v1.0.3...v2.0.0) (2025-07-19) ## [2.0.0](https://github.com/jef/zap2xml/compare/v1.0.3...v2.0.0) (2025-07-19)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@jef/zap2xml", "name": "@jef/zap2xml",
"version": "2.0.0", "version": "2.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jef/zap2xml", "name": "@jef/zap2xml",
"version": "2.0.0", "version": "2.1.0",
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.31.0", "@eslint/js": "^9.31.0",
"@types/node": "^24.0.14", "@types/node": "^24.0.14",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@jef/zap2xml", "name": "@jef/zap2xml",
"version": "2.0.0", "version": "2.1.0",
"description": "JavaScript implementation of zap2xml", "description": "JavaScript implementation of zap2xml",
"type": "module", "type": "module",
"exports": { "exports": {