diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..67a64e2 100644 --- a/CHANGELOG.md +++ b/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)) \ No newline at end of file diff --git a/package.json b/package.json index 234c998..c018c31 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",