Skip to content

Commit 7a73b91

Browse files
authored
chore: prepare for 0.2.0 release of logging package (#707)
1 parent 4f37397 commit 7a73b91

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/logging/CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10+
## [0.2.0] - October 6, 2021
11+
12+
### New Features
13+
- Added optional args to `logger.log` to format string only when log level applies ([#706](https://github.com/optimizely/javascript-sdk/pull/706)).
14+
1015
## [0.1.0] - March 1, 2019
1116

12-
Initial release
17+
Initial release

packages/logging/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/js-sdk-logging",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Optimizely Full Stack Core Logging",
55
"author": "jordangarcia <[email protected]>",
66
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/logging",

0 commit comments

Comments
 (0)