From f8152a2d433491b1bdc552058bd41763c8c62d19 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Wed, 1 May 2024 02:21:50 +0530 Subject: [PATCH] chore: release v0.1.0 (#4) Signed-off-by: Vinayak Kulkarni --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2614dab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +## 0.1.0 (2024-04-30) + +* fix: add prepare ([46c2f02](https://github.com/dscvr-one/link-preview-js/commit/46c2f02)) +* fix: change module + target ([f506cf3](https://github.com/dscvr-one/link-preview-js/commit/f506cf3)) +* fix: load body only for unknown mime types + finish conversion to esm ([270ea0b](https://github.com/dscvr-one/link-preview-js/commit/270ea0b)) +* fix: pin node to LTS ๐ŸŽ‰ ([b4d1efc](https://github.com/dscvr-one/link-preview-js/commit/b4d1efc)) +* fix: publish package to npm registry ([420f2a6](https://github.com/dscvr-one/link-preview-js/commit/420f2a6)) +* fix: remove custom URL regexp ([6e1f487](https://github.com/dscvr-one/link-preview-js/commit/6e1f487)) +* fix: remove usage of urlobj ([9c5fb12](https://github.com/dscvr-one/link-preview-js/commit/9c5fb12)) +* fix: update unit tests + convert to es module format ([c216847](https://github.com/dscvr-one/link-preview-js/commit/c216847)) +* fix(deps): update file-type dep ([945ec72](https://github.com/dscvr-one/link-preview-js/commit/945ec72)) +* fix(package.json): scope package name ([019d769](https://github.com/dscvr-one/link-preview-js/commit/019d769)) +* chore: add `.eslintignore` ([58f32e4](https://github.com/dscvr-one/link-preview-js/commit/58f32e4)) +* chore: add `.gitattributes` ([53ac311](https://github.com/dscvr-one/link-preview-js/commit/53ac311)) +* chore: add shipjs missing devDep ๐Ÿคทโ€โ™‚๏ธ ([9cc2c43](https://github.com/dscvr-one/link-preview-js/commit/9cc2c43)) +* chore: minor housekeeping ([cf360b8](https://github.com/dscvr-one/link-preview-js/commit/cf360b8)) +* chore: update `.gitignore` to adhere Node.gitignore ([69781e6](https://github.com/dscvr-one/link-preview-js/commit/69781e6)) +* test: add ts-node and fix jest config ([f731889](https://github.com/dscvr-one/link-preview-js/commit/f731889)) +* test: fix typings for response ([a6a72ea](https://github.com/dscvr-one/link-preview-js/commit/a6a72ea)) +* test: update snapshot ([8d50206](https://github.com/dscvr-one/link-preview-js/commit/8d50206)) +* feat: add capability to autodetect if content header is ambiguous + wrap up esm transition (#1) ([a53e371](https://github.com/dscvr-one/link-preview-js/commit/a53e371)), closes [#1](https://github.com/dscvr-one/link-preview-js/issues/1) +* feat: add husky & commitlint ๐ŸŽ‰ ([f219417](https://github.com/dscvr-one/link-preview-js/commit/f219417)) +* feat: add node meta / config file(s) ๐Ÿš€ ([94dc3d8](https://github.com/dscvr-one/link-preview-js/commit/94dc3d8)) +* feat: add ship.js for automated releases โ›ด๏ธ ([e797f3c](https://github.com/dscvr-one/link-preview-js/commit/e797f3c)) +* feat: add support for editorconfig ([2a1e51e](https://github.com/dscvr-one/link-preview-js/commit/2a1e51e)) +* docs: update README ๐Ÿš€ ([7e9289c](https://github.com/dscvr-one/link-preview-js/commit/7e9289c)) +* refactor: convert to fn to consts ([d6b6c30](https://github.com/dscvr-one/link-preview-js/commit/d6b6c30)) +* refactor: migrate tests to Vitest ๐Ÿงช ([5010344](https://github.com/dscvr-one/link-preview-js/commit/5010344)) +* style: fix lint issues ๐Ÿ’„ ([f492389](https://github.com/dscvr-one/link-preview-js/commit/f492389)) +* build: cleanup CI workflow ([57125ae](https://github.com/dscvr-one/link-preview-js/commit/57125ae)) + + + diff --git a/package-lock.json b/package-lock.json index 3d99405..9770714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dscvr-one/link-preview-js", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dscvr-one/link-preview-js", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index 23b7076..8fe4a66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dscvr-one/link-preview-js", "description": "JavaScript module to extract and fetch HTTP link information from blocks of text.", - "version": "0.0.0", + "version": "0.1.0", "sideEffects": false, "type": "module", "files": [