Skip to content

Commit

Permalink
Merge pull request #231 from dbfannin/4.2.1
Browse files Browse the repository at this point in the history
Bump to version 4.2.1
  • Loading branch information
qortex committed Feb 23, 2021
2 parents d3e7075 + 0a3ad8d commit 19f10bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - Merged features waiting to be published in upcoming version

- [in progress] Fix for sourcemap parsing in Firefox [#227](https://github.com/dbfannin/ngx-logger/pull/227)
- [in progress] Fix for logging complex structures (circular) without introducing a new dependency [#223](https://github.com/dbfannin/ngx-logger/pull/223)
## [4.2.1] - 2021-02-23

### Fixed

- Fix for sourcemap parsing in Firefox [#227](https://github.com/dbfannin/ngx-logger/pull/227). Thanks [@bmtheo](https://github.com/bmtheo)
- Fix for logging complex structures (circular) without introducing a new dependency [#223](https://github.com/dbfannin/ngx-logger/pull/223). Thanks [@bmtheo](https://github.com/bmtheo)

## [4.2.0] - 2021-02-22

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-logger",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 19f10bd

Please sign in to comment.