chore(release): v1.0.0 [skip ci]

This commit is contained in:
Conventional Changelog Action 2022-09-11 14:22:18 +00:00 committed by zyachel
parent 9891204f5a
commit d2a752015f
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
# [1.0.0](https://github.com/zyachel/libremdb/compare/v0.1.2...v1.0.0) (2022-09-11)
### Features
* major rewrite ([e4849e8](https://github.com/zyachel/libremdb/commit/e4849e8c757e4f1416be7338c89421ca27e28e8d))
### BREAKING CHANGES
* the whole application is rewritten from scratch.
## [0.1.2](https://github.com/zyachel/libremdb/compare/v0.1.1...v0.1.2) (2022-06-06)

View File

@ -1,6 +1,6 @@
{
"name": "libremdb",
"version": "0.1.2",
"version": "1.0.0",
"description": "a free & open source IMDb front-end",
"private": true,
"type": "module",
@ -33,4 +33,4 @@
"node": ">=16.5.0",
"pnpm": ">=7.0.0"
}
}
}