Skip to content

Commit a6225d1

Browse files
Merge pull request #47 from tv2/master
Release 2.0.3 -> develop
2 parents f099f95 + 6362159 commit a6225d1

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### [2.0.3](https://github.com/tv2/mediatech-logger/compare/v2.0.2...v2.0.3) (2024-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Adds fallback timestamp in LoggerBase.log to have a consistent timestamp across vaults. ([0674dcb](https://github.com/tv2/mediatech-logger/commit/0674dcbd5030328c8fb57b6f956d41e2e3e80940))
7+
8+
9+
### Continuous Integration
10+
11+
* Updates GitHub Action dependency versions. ([191d307](https://github.com/tv2/mediatech-logger/commit/191d307332fd2bcc36d19198a404e61e88e19ba2))
12+
* Updates GitHub Action dependency versions. ([f099f95](https://github.com/tv2/mediatech-logger/commit/f099f956df7f3ad42573387331c4e8d89f0ab1a5))
13+
14+
115
### [2.0.2](https://github.com/tv2/mediatech-logger/compare/v2.0.1...v2.0.2) (2023-11-02)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tv2media/logger",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"license": "MIT",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",
@@ -61,4 +61,4 @@
6161
"ts-mockito": "^2.6.1",
6262
"typescript": "^4.9.4"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)