chore(release): v0.1.0
This commit is contained in:
parent
30dac07ba3
commit
21e7bfc54c
2 changed files with 11 additions and 2 deletions
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 0.1.0 (2022-05-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add review section ([30dac07](https://github.com/zyachel/libremdb/commit/30dac07ba33dbe4331a5c9fa6cd2c332100868df))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "libremdb",
|
"name": "libremdb",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "a FOSS alternative front-end to IMDb",
|
"description": "a FOSS alternative front-end to IMDb",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -39,4 +39,4 @@
|
||||||
"json-schema@<0.4.0": ">=0.4.0"
|
"json-schema@<0.4.0": ">=0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue