diff --git a/CHANGELOG.md b/CHANGELOG.md index e885f6ef..d8feac92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.2 + +### Fix + +Send correct text extract to colorjs.io when creating oklab and oklch colors. + ## 0.15.1 ### Fix diff --git a/client/package.json b/client/package.json index d3cef6fe..9fea2391 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "vscode-colorize-client", "description": "Client side of vscode-colorize", - "version": "0.15.1", + "version": "0.15.2", "publisher": "kamikillerto", "license": "Apache-2.0", "repository": { diff --git a/package-lock.json b/package-lock.json index 9bb322fd..9e1b7405 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-colorize", - "version": "0.15.1", + "version": "0.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-colorize", - "version": "0.15.1", + "version": "0.15.2", "license": "Apache-2.0", "workspaces": [ "client", @@ -40,7 +40,7 @@ }, "client": { "name": "vscode-colorize-client", - "version": "0.15.1", + "version": "0.15.2", "license": "Apache-2.0", "dependencies": { "colorjs.io": "^0.5.2", diff --git a/package.json b/package.json index 87b6f12f..d318abcb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-colorize", "displayName": "colorize", "description": "A vscode extension to help visualize css colors in files.", - "version": "0.15.1", + "version": "0.15.2", "publisher": "kamikillerto", "license": "Apache-2.0", "icon": "assets/logo.png",