Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Sep 11, 2022
1 parent 7cd7c84 commit 85a0c3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [3.0.1](https://github.com/Anadian/application-log-winston-interface/compare/v3.0.0...v3.0.1) (2022-09-11)


### Bug Fixes

* Transports are now created at init time so options actually take effect. ([d618ea4](https://github.com/Anadian/application-log-winston-interface/commit/d618ea462a124c30f07695a6d1ff04a598fb493f))


### Refactoring

* Updated .gitignore to ignore test output. ([7cd7c84](https://github.com/Anadian/application-log-winston-interface/commit/7cd7c84dd077efb04c35a6619f7eb8b661d8e66c))

## [3.0.0](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.6...v3.0.0) (2022-08-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "application-log-winston-interface",
"version": "3.0.0",
"version": "3.0.1",
"description": "A wrapper around initialising Winston with Application-Log Standard levels, colours, and specific formats.",
"main": "source/main.js",
"scripts": {
Expand Down

0 comments on commit 85a0c3a

Please sign in to comment.