@reporters/junit 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1](https://github.com/MoLow/reporters/compare/junit-v1.0.0...junit-v1.0.1) (2022-12-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix monorepos release ([8386ef0](https://github.com/MoLow/reporters/commit/8386ef0ea7bfe0c0325e171aa7122eeccb17bad3))
9
+ * fix monorepos release ([3c5ee61](https://github.com/MoLow/reporters/commit/3c5ee6126fe961363b3feccf1ba6594a0849855b))
10
+ * fix monorepos release ([7eebffb](https://github.com/MoLow/reporters/commit/7eebffb46ab627beaa2b10023a08dd3271f819e9))
11
+ * fix monorepos release ([9c66f37](https://github.com/MoLow/reporters/commit/9c66f37b010f782e70c3cdf2bf827d30c4aa71c2))
12
+ * fix monorepos release ([d844919](https://github.com/MoLow/reporters/commit/d844919c8684216155b8f1c0acc98d907b3a5cdb))
13
+ * fix monorepos release ([d5610e2](https://github.com/MoLow/reporters/commit/d5610e29db730dc4ffa3f9721a85d5f3c7749b2c))
14
+ * reset changelogs ([1e114ce](https://github.com/MoLow/reporters/commit/1e114ced7201cf9897f2cf79b5a4fb46f1b085fb))
15
+
3
16
  ## 1.0.0 (2022-12-19)
4
17
 
5
18
  Initial release
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![npm version](https://img.shields.io/npm/v/@reporters/github)](https://www.npmjs.com/package/@reporters/github) ![tests](https://github.com/MoLow/reporters/actions/workflows/test.yaml/badge.svg?branch=main)
1
2
  # Junit Reporter
2
3
  A Junit reporter for `node:test`
3
4
 
@@ -19,5 +20,5 @@ node --test \
19
20
  --test-reporter=spec --test-reporter-destination=stdout
20
21
  ```
21
22
 
22
- ## Example
23
+ ## Example
23
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reporters/junit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A junit reporter for `node:test`",
5
5
  "keywords": [
6
6
  "junit",
@@ -9,6 +9,9 @@
9
9
  "reporter",
10
10
  "reporters"
11
11
  ],
12
+ "scripts": {
13
+ "test": "echo ''"
14
+ },
12
15
  "main": "index.js",
13
16
  "repository": "https://github.com/MoLow/reporters.git",
14
17
  "author": "Moshe Atlow",