chore(main): release 2.0.0 (#40)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-18 23:21:59 -07:00
committed by GitHub
parent dada5b3154
commit 51f66a1b26
3 changed files with 43 additions and 3 deletions

View File

@@ -1,5 +1,45 @@
# Changelog
## [2.0.0](https://github.com/jef/zap2xml/compare/v1.0.3...v2.0.0) (2025-07-19)
### ⚠ BREAKING CHANGES
* uses TypeScript, better API usage ([#38](https://github.com/jef/zap2xml/issues/38))
### Features
* add country for customization ([801b3cf](https://github.com/jef/zap2xml/commit/801b3cf725a077c1f6136f1100c751d833d654f1))
* make user agent configurable ([9aae5cd](https://github.com/jef/zap2xml/commit/9aae5cd1e5575e12d56cf04bb550c20fc63e636d))
### Miscellaneous
* remove node-fetch, fix lint issues ([4c22bfa](https://github.com/jef/zap2xml/commit/4c22bfa9e22273893622f476b33319901bd1c810))
* update configs, signify version bump ([5e00aa2](https://github.com/jef/zap2xml/commit/5e00aa2dfc642d3c8a33fb2254178986bedd87a8))
### Continuous Integration
* add release-type ([f8549b0](https://github.com/jef/zap2xml/commit/f8549b00b63aefe3593188ef16e86bf0b06a00dc))
* fix closed quote ([#34](https://github.com/jef/zap2xml/issues/34)) ([81ae3ac](https://github.com/jef/zap2xml/commit/81ae3ac3f6a94c67f8fb908f75e4c120e8fbe08f))
* fix indent ([6fa9aee](https://github.com/jef/zap2xml/commit/6fa9aee5ee907e5b433cfb84c5b881c58247b7eb))
* fix release ([3e16649](https://github.com/jef/zap2xml/commit/3e166499360470c611a1d09d374cfe8cfd9db4e5))
* fixes nightly release ([2e32c0d](https://github.com/jef/zap2xml/commit/2e32c0d78e5b8f3bd2a7205b4706b615178432cb))
* use v3, update changelog-types ([19b49a0](https://github.com/jef/zap2xml/commit/19b49a0c4fb9d0f0a6e841055c888d558652dc86))
### Documentation
* add build for easier arg additions ([dada5b3](https://github.com/jef/zap2xml/commit/dada5b3154a2cb0ad7c4f3dcf2a71dcfc34c3705))
* better descriptions ([bc74ac6](https://github.com/jef/zap2xml/commit/bc74ac6f06664ce8df8db14e5d6a01c46c51b4be)), closes [#8](https://github.com/jef/zap2xml/issues/8)
* update lineup id info ([206be57](https://github.com/jef/zap2xml/commit/206be57e8fc44ca33de683dd8776a9e164ef404f))
### Refactoring
* uses TypeScript, better API usage ([#38](https://github.com/jef/zap2xml/issues/38)) ([fb28b7d](https://github.com/jef/zap2xml/commit/fb28b7d6e6b7316e76637005cc38bee1a44ec8b0))
### [1.0.3](https://www.github.com/jef/zap2xml/compare/v1.0.2...v1.0.3) (2025-07-15)

4
package-lock.json generated
View File

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

View File

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