chore: release v1.1.1
Some checks failed
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (12.x, macOS-latest) (push) Has been cancelled
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (14.x, macOS-latest) (push) Has been cancelled
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (14.x, ubuntu-latest) (push) Has been cancelled
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (16.x, macOS-latest) (push) Has been cancelled
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (16.x, ubuntu-latest) (push) Has been cancelled
CI / Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} (12.x, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Nicola Zambello 2022-07-07 10:02:35 +02:00
parent 587d64104d
commit fb5fc033b0
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
### [1.1.1](https://github.com/nzambello/link-previewer/compare/v1.1.0...v1.1.1) (2022-07-07)
## [1.1.0](https://github.com/nzambello/link-previewer/compare/v1.0.1...v1.1.0) (2022-07-07)

View file

@ -2,7 +2,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",