Skip to content

Commit 03b70b9

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 4bfccc9 + 301920c commit 03b70b9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2022-12-30)
4+
5+
6+
### Features
7+
8+
* added logger module plugin ([8640aa2](https://github.com/flowcore-io/library-testing-microservice-ts/commit/8640aa26dd7ee718a3f2964f0ed9246f16ee9a66))
9+
10+
11+
### Bug Fixes
12+
13+
* added missing github token to ci ([cfeac89](https://github.com/flowcore-io/library-testing-microservice-ts/commit/cfeac893f6043b46ba0fe04424c015af440bdd0e))
14+
* fixed bugs introduced with incompatibilities with github actions and nunjucks ([f8b4ca3](https://github.com/flowcore-io/library-testing-microservice-ts/commit/f8b4ca3553b824d4f8a49eab3425831674a45ad3))
15+
316
## [2.3.0](https://github.com/flowcore-io/library-flowcore-microservice-ts/compare/v2.2.0...v2.3.0) (2022-12-21)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowcore/testing-microservice",
33
"license": "MIT",
4-
"version": "2.3.0",
4+
"version": "1.0.0",
55
"type": "commonjs",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)