Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.1...v3.0.0) (2024-05-09)

### Code Refactoring

* Use module definition to build dynamic module ([5e3a082](5e3a082))

### BREAKING CHANGES

* Methods renamed `forRoot(Async)` to `register(Async)`
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 5e3a082 commit 9bd6325
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/unlight/nestolog/compare/v2.0.1...v3.0.0) (2024-05-09)


### Code Refactoring

* Use module definition to build dynamic module ([5e3a082](https://github.com/unlight/nestolog/commit/5e3a082ca0dbba5596e805c3a63d2a15743a12e6))


### BREAKING CHANGES

* Methods renamed `forRoot(Async)` to `register(Async)`

## [2.0.1](https://github.com/unlight/nestolog/compare/v2.0.0...v2.0.1) (2024-05-09)


Expand Down

0 comments on commit 9bd6325

Please sign in to comment.