Skip to content

Commit afc7ba1

Browse files
committed
chore(javascript): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent f1a554c commit afc7ba1

File tree

20 files changed

+261
-253
lines changed

20 files changed

+261
-253
lines changed

.github/workflows/javascript-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
3838
build: |-
3939
set -e &&
40+
rustup toolchain install 1.83 &&
41+
rustup default 1.83 &&
4042
yarn build --target x86_64-unknown-linux-gnu &&
4143
strip *.node
4244
- host: ubuntu-22.04
@@ -48,6 +50,9 @@ jobs:
4850
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
4951
build: |-
5052
set -e &&
53+
rustup toolchain install 1.83 &&
54+
rustup default 1.83 &&
55+
rustup target add aarch64-unknown-linux-gnu &&
5156
yarn build --target aarch64-unknown-linux-gnu &&
5257
aarch64-unknown-linux-gnu-strip *.node
5358
- host: ubuntu-22.04

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.18.0] - 2025-11-01
6+
57
### Added
68

79
- `minify_css` option [#12](https://github.com/Stranger6667/css-inline/issues/12)
@@ -139,7 +141,8 @@
139141

140142
- Initial public release
141143

142-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.17.0...HEAD
144+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.18.0...HEAD
145+
[0.18.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.17.0...javascript-v0.18.0
143146
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.16.0...javascript-v0.17.0
144147
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.15.0...javascript-v0.16.0
145148
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.14.3...javascript-v0.15.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.17.0"
3+
version = "0.18.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
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.17.0",
3+
"version": "0.18.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)