diff --git a/CHANGELOG.md b/CHANGELOG.md index 744b107..50e2db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [Unreleased] +## [5.0.0](https://github.com/krakenjs/beaver-logger/compare/v4.0.35...v5.0.0) (2022-03-01) + + +### ⚠ BREAKING CHANGES + +* move to krakenjs scope (#56) + +* add tooling for code coverage, changelogs, and conventional commits ([#54](https://github.com/krakenjs/beaver-logger/issues/54)) ([24886fd](https://github.com/krakenjs/beaver-logger/commit/24886fd549efe0526d106a842608d31bf96903ad)) +* move to krakenjs scope ([#56](https://github.com/krakenjs/beaver-logger/issues/56)) ([b2c647e](https://github.com/krakenjs/beaver-logger/commit/b2c647eed495d67dcbb5109363cd526054dbb6d0)) ## [4.0.21] - 2020-10-02 ### Added @@ -29,5 +35,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add enableSendBeacon option (#32) * add enableSendBeacon option * enable seand beacon in demo - - diff --git a/package.json b/package.json index 7fec1fb..ff35923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@krakenjs/beaver-logger", - "version": "4.0.35", + "version": "5.0.0", "description": "Client side logger.", "main": "dist/beaver-logger.js", "scripts": {