diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f3841..8291987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.4.0](https://github.com/rokucommunity/logger/compare/0.3.13...v0.4.0) - 2026-06-29 +### Changed + - Reduce public API surface and implement API Extractor ([#30](https://github.com/rokucommunity/logger/pull/30)) + + + ## [0.3.13](https://github.com/rokucommunity/logger/compare/0.3.12...v0.3.13) - 2026-06-08 ### Changed - chore: security enhancements ([#27](https://github.com/rokucommunity/logger/pull/27), [#26](https://github.com/rokucommunity/logger/pull/26), [#24](https://github.com/rokucommunity/logger/pull/24), [#19](https://github.com/rokucommunity/logger/pull/19)) diff --git a/package-lock.json b/package-lock.json index 98a3b79..6227516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rokucommunity/logger", - "version": "0.3.13", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rokucommunity/logger", - "version": "0.3.13", + "version": "0.4.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2" diff --git a/package.json b/package.json index 6c55add..cf1d19d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rokucommunity/logger", - "version": "0.3.13", + "version": "0.4.0", "description": "A logging library for use in RokuCommunity tools", "main": "dist/index.js", "scripts": {