diff --git a/CHANGELOG.md b/CHANGELOG.md index 126edee..97e0ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.1.0 (2022-05-21) +## [0.1.1](https://github.com/zyachel/libremdb/compare/v0.1.0...v0.1.1) (2022-06-03) + + +### Bug Fixes + +* typo in URL ([#2](https://github.com/zyachel/libremdb/issues/2)) ([9f35a66](https://github.com/zyachel/libremdb/commit/9f35a668b508d79353da5db70014d99094788d5a)) + + + +# [0.1.0](https://github.com/zyachel/libremdb/compare/30dac07ba33dbe4331a5c9fa6cd2c332100868df...v0.1.0) (2022-05-21) ### Features diff --git a/package.json b/package.json index ea4d6ca..05ba28e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libremdb", - "version": "0.1.0", + "version": "0.1.1", "description": "a FOSS alternative front-end to IMDb", "main": "server.js", "scripts": {