Skip to content

Commit 1495d1a

Browse files
committed
chore(javascript): Release 0.13.2
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 2d5cef4 commit 1495d1a

File tree

14 files changed

+17
-14
lines changed

14 files changed

+17
-14
lines changed

bindings/javascript/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.13.2] - 2024-03-25
6+
57
### Changed
68

79
- Update `html5ever` to `0.27`.
@@ -48,7 +50,8 @@
4850

4951
- Initial public release
5052

51-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.13.1...HEAD
53+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.13.2...HEAD
54+
[0.13.2]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.13.1...javascript-v0.13.2
5255
[0.13.1]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.13.0...javascript-v0.13.1
5356
[0.13.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.12.1...javascript-v0.13.0
5457
[0.12.1]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.12.0...javascript-v0.12.1

bindings/javascript/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-js"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

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

+1-1
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.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

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

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

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-darwin-x64",
3-
"version": "0.13.1",
3+
"version": "0.13.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

+1-1
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.13.1",
3+
"version": "0.13.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

+1-1
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.13.1",
3+
"version": "0.13.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

+1-1
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.13.1",
3+
"version": "0.13.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

+1-1
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.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-x64-musl",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-win32-x64-msvc",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"main": "index.js",
66
"repository": "https://github.com/Stranger6667/css-inline",

bindings/javascript/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-wasm",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)