Skip to content

Commit 0601e2d

Browse files
chore(main): release 0.2.0 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Moshe Atlow <[email protected]>
1 parent efaf634 commit 0601e2d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.6"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# tap2junit changelog
22

3+
## [0.2.0](https://github.com/nodejs/tap2junit/compare/v0.1.6...v0.2.0) (2024-06-17)
4+
5+
6+
### Features
7+
8+
* add missing release-please files ([efaf634](https://github.com/nodejs/tap2junit/commit/efaf634126c82edb551b89391a86a9bf8d56dca5))
9+
10+
### Fixes
11+
12+
* fix missing stack property ([4ddd24](https://github.com/nodejs/tap2junit/commit/4ddd2472a94b6153d7f298fc63fde04980903f66))
13+
314
### 0.1.6
415
* Support for parsing YAML blocks
516
* Add option to override test suite name

tap2junit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)