Skip to content

Commit

Permalink
chore(js): Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 31, 2023
1 parent e568b47 commit af4d04d
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions bindings/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.12.1] - 2023-12-31

### Added

- Package for `aarch64-apple-darwin`.
Expand All @@ -15,3 +17,4 @@
- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.12.0...HEAD
[0.12.1]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.12.0...javascript-v0.12.1
2 changes: 1 addition & 1 deletion bindings/javascript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline-js"
version = "0.12.0"
version = "0.12.1"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-darwin-arm64",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-darwin-x64",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-linux-arm-gnueabihf",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-linux-arm64-gnu",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-linux-arm64-musl",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-linux-x64-gnu",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-linux-x64-musl",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-win32-x64-msvc",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"main": "index.js",
"repository": "https://github.com/Stranger6667/css-inline",
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-wasm",
"version": "0.12.0",
"version": "0.12.1",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
Expand Down

0 comments on commit af4d04d

Please sign in to comment.