diff --git a/CHANGELOG.md b/CHANGELOG.md index 452814b03..a56283fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/microlinkhq/sdk/compare/v4.4.5...v4.4.6) (2019-11-26) + + +### Bug Fixes + +* use encodeURIComponent instead of encodeURI ([03fb267](https://github.com/microlinkhq/sdk/commit/03fb2675ab2b6066f83d000f4a8ca3c789b019a7)) + + + + + ## [4.4.5](https://github.com/microlinkhq/sdk/compare/v4.4.4...v4.4.5) (2019-11-25) diff --git a/lerna.json b/lerna.json index 48b749259..ebcfbcd4a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "4.4.5" + "version": "4.4.6" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e16bdc7ed..8aba2a197 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.4.5...v4.4.6) (2019-11-26) + + +### Bug Fixes + +* use encodeURIComponent instead of encodeURI ([03fb267](http://github.com/microlinkhq/sdk/tree/master/packages/react/commit/03fb2675ab2b6066f83d000f4a8ca3c789b019a7)) + + + + + ## [4.4.5](http://github.com/microlinkhq/sdk/tree/master/packages/react/compare/v4.4.4...v4.4.5) (2019-11-25) diff --git a/packages/react/package.json b/packages/react/package.json index 558510d8d..c366a704e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@microlink/react", "description": "Convert your links into beautiful previews", "homepage": "https://microlink.io/docs/sdk/integrations/react/", - "version": "4.4.5", + "version": "4.4.6", "main": "dist/microlink.cjs.js", "module": "dist/microlink.m.js", "repository": { diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index 632e9adf2..755b77a16 100644 --- a/packages/vanilla/CHANGELOG.md +++ b/packages/vanilla/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.4.5...v4.4.6) (2019-11-26) + +**Note:** Version bump only for package @microlink/vanilla + + + + + ## [4.4.5](http://github.com/microlinkhq/sdk/tree/master/packages/vanilla/compare/v4.4.4...v4.4.5) (2019-11-25) **Note:** Version bump only for package @microlink/vanilla diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 339faacd5..997c910e0 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -2,7 +2,7 @@ "name": "@microlink/vanilla", "description": "Convert your links into beautiful previews", "homepage": "https://microlink.io/docs/sdk/integrations/vanilla/", - "version": "4.4.5", + "version": "4.4.6", "main": "src/index.js", "repository": { "type": "git", @@ -20,7 +20,7 @@ "previsualization" ], "dependencies": { - "@microlink/react": "^4.4.5" + "@microlink/react": "^4.4.6" }, "devDependencies": { "husky": "latest",