Skip to content

Commit 6bf7cb4

Browse files
authored
logging package: upgrade js-sdk-utils package to v0.4.0 and prepare for v0.3.0 release (#708)
1 parent b0478ec commit 6bf7cb4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/logging/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
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.3.0] - October 8, 2021
11+
12+
### New Features
13+
- Upgraded `@optimizely/js-sdk-utils` package to version `0.4.0`
14+
1015
## [0.2.0] - October 6, 2021
1116

1217
### New Features

packages/logging/package-lock.json

Lines changed: 3 additions & 3 deletions
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
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@optimizely/js-sdk-utils": "^0.1.0"
41+
"@optimizely/js-sdk-utils": "^0.4.0"
4242
},
4343
"devDependencies": {
4444
"@types/jest": "^23.3.12",

0 commit comments

Comments
 (0)