Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemonteith committed Nov 8, 2021
1 parent 090f97b commit 6b453a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.0

* Performance improvements - use insert instead of update update when we know we can.
* Add database indexes via a new private function

## 0.1.2

* Performance improvements around database connections
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "user-feedback-store",
"version": "0.1.2",
"version": "0.2.0",
"description": "",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 6b453a4

Please sign in to comment.