chore: release v1.0.0
This commit is contained in:
parent
273a96d0c5
commit
bce1489b4b
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
## 1.0.0 (2022-04-28)
|
||||
|
||||
|
||||
### Maintenance
|
||||
|
||||
* add changelog ([c3c0e36](https://github.com/nzambello/link-previewer/commit/c3c0e36e997b93e8b47c92adf604ce88a8aef6d3))
|
||||
* add repo details, commitlint + release details ([84f8fbb](https://github.com/nzambello/link-previewer/commit/84f8fbb3617950e2613b2e1554be93332e40c4c4))
|
||||
* adjust tags in package.json ([273a96d](https://github.com/nzambello/link-previewer/commit/273a96d0c5f389610aa0a20d2734e84868d377de))
|
||||
* update minimum node version, add description ([29f3ffe](https://github.com/nzambello/link-previewer/commit/29f3ffee6073bc049c56d487752b3c0b44dc87b4))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue