Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Aug 30, 2022
1 parent 5c92c94 commit f022b78
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.0](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.6...v3.0.0) (2022-08-30)


### ⚠ BREAKING CHANGES

* Moving to ECMA modules only.
* Before fully leaning into ECMA modules.

### Chores

* Before fully leaning into ECMA modules. ([30bf32e](https://github.com/Anadian/application-log-winston-interface/commit/30bf32e645246bf6146ab2025aec5f6e80bd608e))
* Moving to ECMA modules only. ([9492151](https://github.com/Anadian/application-log-winston-interface/commit/9492151dd3f985c7a73c2b89f15f558454027aec))


### Documentation

* New README.md ([ad3dcdb](https://github.com/Anadian/application-log-winston-interface/commit/ad3dcdb0aa8349f734ffd31b2558661907b3f29f))


### Continuous Integration

* Greatly improved coverage. ([5c92c94](https://github.com/Anadian/application-log-winston-interface/commit/5c92c94e9c1a9167c6d078d6b620cf52bd452c09))

### [2.0.6](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.5...v2.0.6) (2022-02-20)


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": "2.0.6",
"version": "3.0.0",
"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 f022b78

Please sign in to comment.