Skip to content

Commit 51f66a1

Browse files
chore(main): release 2.0.0 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dada5b3 commit 51f66a1

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/jef/zap2xml/compare/v1.0.3...v2.0.0) (2025-07-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uses TypeScript, better API usage ([#38](https://github.com/jef/zap2xml/issues/38))
9+
10+
### Features
11+
12+
* add country for customization ([801b3cf](https://github.com/jef/zap2xml/commit/801b3cf725a077c1f6136f1100c751d833d654f1))
13+
* make user agent configurable ([9aae5cd](https://github.com/jef/zap2xml/commit/9aae5cd1e5575e12d56cf04bb550c20fc63e636d))
14+
15+
16+
### Miscellaneous
17+
18+
* remove node-fetch, fix lint issues ([4c22bfa](https://github.com/jef/zap2xml/commit/4c22bfa9e22273893622f476b33319901bd1c810))
19+
* update configs, signify version bump ([5e00aa2](https://github.com/jef/zap2xml/commit/5e00aa2dfc642d3c8a33fb2254178986bedd87a8))
20+
21+
22+
### Continuous Integration
23+
24+
* add release-type ([f8549b0](https://github.com/jef/zap2xml/commit/f8549b00b63aefe3593188ef16e86bf0b06a00dc))
25+
* fix closed quote ([#34](https://github.com/jef/zap2xml/issues/34)) ([81ae3ac](https://github.com/jef/zap2xml/commit/81ae3ac3f6a94c67f8fb908f75e4c120e8fbe08f))
26+
* fix indent ([6fa9aee](https://github.com/jef/zap2xml/commit/6fa9aee5ee907e5b433cfb84c5b881c58247b7eb))
27+
* fix release ([3e16649](https://github.com/jef/zap2xml/commit/3e166499360470c611a1d09d374cfe8cfd9db4e5))
28+
* fixes nightly release ([2e32c0d](https://github.com/jef/zap2xml/commit/2e32c0d78e5b8f3bd2a7205b4706b615178432cb))
29+
* use v3, update changelog-types ([19b49a0](https://github.com/jef/zap2xml/commit/19b49a0c4fb9d0f0a6e841055c888d558652dc86))
30+
31+
32+
### Documentation
33+
34+
* add build for easier arg additions ([dada5b3](https://github.com/jef/zap2xml/commit/dada5b3154a2cb0ad7c4f3dcf2a71dcfc34c3705))
35+
* better descriptions ([bc74ac6](https://github.com/jef/zap2xml/commit/bc74ac6f06664ce8df8db14e5d6a01c46c51b4be)), closes [#8](https://github.com/jef/zap2xml/issues/8)
36+
* update lineup id info ([206be57](https://github.com/jef/zap2xml/commit/206be57e8fc44ca33de683dd8776a9e164ef404f))
37+
38+
39+
### Refactoring
40+
41+
* uses TypeScript, better API usage ([#38](https://github.com/jef/zap2xml/issues/38)) ([fb28b7d](https://github.com/jef/zap2xml/commit/fb28b7d6e6b7316e76637005cc38bee1a44ec8b0))
42+
343
### [1.0.3](https://www.github.com/jef/zap2xml/compare/v1.0.2...v1.0.3) (2025-07-15)
444

545

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": "@jef/zap2xml",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "JavaScript implementation of zap2xml",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)