Skip to content

Commit

Permalink
chore(release): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Jan 25, 2022
1 parent 7041503 commit 4fb0ca9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [0.1.1](https://github.com/benyap/brick-manager/compare/0.1.0...0.1.1) (2022-01-25)


### Internal

* add FUNDING.yml ([6ee6ee3](https://github.com/benyap/brick-manager/commit/6ee6ee35242938de9f05b8f676542e36776e75e2))


### Tooling

* release with correct version ([7041503](https://github.com/benyap/brick-manager/commit/7041503fbe0a7edc7dee936b491af2aa343d7f2d))

## 0.1.0 (2022-01-25)


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": "brick-manager",
"version": "0.1.0",
"version": "0.1.1",
"description": "Manage your LEGO inventory",
"main": "./build/main.bundle.js",
"author": "Ben Yap <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 4fb0ca9

Please sign in to comment.