Skip to content

Commit

Permalink
chore: release 2.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny authored Jun 5, 2022
1 parent a4aed0a commit 3fa3d8c
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
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://www.github.com/Hackuarium/legoino-util/compare/v1.8.0...v2.0.0) (2022-06-05)


### ⚠ BREAKING CHANGES

* add createMultiLog

### Features

* add createMultiLog ([a4aed0a](https://www.github.com/Hackuarium/legoino-util/commit/a4aed0a91a2615e3710ad347296e7c4a6ead4b32))
* add debug info if not correct number of parameters ([5b039ed](https://www.github.com/Hackuarium/legoino-util/commit/5b039ed10f93efb741d77a1739bdc0b1dbddc360))

## [1.8.0](https://www.github.com/Hackuarium/legoino-util/compare/v1.7.0...v1.8.0) (2022-06-04)


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": "legoino-util",
"version": "1.8.0",
"version": "2.0.0",
"description": "Create and parse compact logs.",
"main": "./src/index.js",
"files": [
Expand Down

0 comments on commit 3fa3d8c

Please sign in to comment.