Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Mar 1, 2022
1 parent 1adc05a commit eae6360
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit eae6360

Please sign in to comment.