Skip to content

Commit

Permalink
chore(release): v5.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 29, 2024
1 parent abfdc45 commit 5303535
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.19](https://github.com/microlinkhq/sdk/compare/v5.5.18...v5.5.19) (2024-02-29)

### Bug Fixes

* **vanilla:** disable mangle ([abfdc45](https://github.com/microlinkhq/sdk/commit/abfdc45a404df4a491f28db2713ddfe9e2a95aa4))

## [5.5.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)

**Note:** Version bump only for package @microlink/root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.5.18"
"version": "5.5.19"
}
6 changes: 6 additions & 0 deletions packages/hover-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.19](https://github.com/microlinkhq/sdk/compare/v5.5.18...v5.5.19) (2024-02-29)

### Bug Fixes

* **vanilla:** disable mangle ([abfdc45](https://github.com/microlinkhq/sdk/commit/abfdc45a404df4a491f28db2713ddfe9e2a95aa4))

## [5.5.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)

**Note:** Version bump only for package @microlink/hover-vanilla
Expand Down
2 changes: 1 addition & 1 deletion packages/hover-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/hover-vanilla",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.18",
"version": "5.5.19",
"main": "dist/microlink.cjs",
"module": "dist/microlink.mjs",
"jsnext:main": "dist/microlink.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.19](https://github.com/microlinkhq/sdk/compare/v5.5.18...v5.5.19) (2024-02-29)

### Bug Fixes

* **vanilla:** disable mangle ([abfdc45](https://github.com/microlinkhq/sdk/commit/abfdc45a404df4a491f28db2713ddfe9e2a95aa4))

## [5.5.18](https://github.com/microlinkhq/sdk/compare/v5.5.17...v5.5.18) (2024-01-09)

**Note:** Version bump only for package @microlink/vanilla
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/vanilla",
"description": "Turn links into beautiful previews.",
"homepage": "https://microlink.io/sdk",
"version": "5.5.18",
"version": "5.5.19",
"main": "dist/microlink.cjs",
"module": "dist/microlink.mjs",
"jsnext:main": "dist/microlink.mjs",
Expand Down

0 comments on commit 5303535

Please sign in to comment.