Skip to content

Commit a10f811

Browse files
committed
chore(javascript): Release 0.19.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 204f9c3 commit a10f811

File tree

20 files changed

+405
-378
lines changed

20 files changed

+405
-378
lines changed

bindings/javascript/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.19.2] - 2026-01-23
6+
57
### Changed
68

79
- Update `html5ever` to `0.38`.
@@ -176,7 +178,8 @@
176178

177179
- Initial public release
178180

179-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.19.1...HEAD
181+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.19.2...HEAD
182+
[0.19.2]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.19.1...javascript-v0.19.2
180183
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.19.0...javascript-v0.19.1
181184
[0.19.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.18.0...javascript-v0.19.0
182185
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.17.0...javascript-v0.18.0

bindings/javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-js"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2024"
66
readme = "README.md"

bindings/javascript/npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-android-arm-eabi",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-android-arm64",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-darwin-arm64",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-darwin-x64",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm-gnueabihf",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm64-gnu",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm64-musl",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-x64-gnu",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)