Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-02)

### Features

* **Logging:** Fix up logging to log correctly in noArrayOrderingRequired scenarios. ([8d7f0e1](8d7f0e1))
  • Loading branch information
semantic-release-bot committed Mar 2, 2021
1 parent 8731118 commit bbc826a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/BeerMoneyDev/serially-equivalent/compare/v1.0.0...v1.1.0) (2021-03-02)


### Features

* **Logging:** Fix up logging to log correctly in noArrayOrderingRequired scenarios. ([8d7f0e1](https://github.com/BeerMoneyDev/serially-equivalent/commit/8d7f0e19fd3e48ffa7cb4d605fc2e7abb116f229))

# 1.0.0 (2021-02-28)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit bbc826a

Please sign in to comment.