Skip to content

Commit 729c1a4

Browse files
chore(main): release 0.0.15 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc0c131 commit 729c1a4

File tree

19 files changed

+45
-31
lines changed

19 files changed

+45
-31
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.14"
2+
".": "0.0.15"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.15](https://github.com/mdn/rari/compare/v0.0.14...v0.0.15) (2024-10-25)
9+
10+
11+
### Features
12+
13+
* **issues:** initial flaw compat ([dc0c131](https://github.com/mdn/rari/commit/dc0c131c911ba026e97e8c160e9117f2fc033aa5))
14+
* **rari-doc:** write metadata.json ([6244c4b](https://github.com/mdn/rari/commit/6244c4b2bb74afe84282eb1d10bcc91fd0f231c8))
15+
16+
17+
### Bug Fixes
18+
19+
* **rari-npm:** fix windows arm ([9bba930](https://github.com/mdn/rari/commit/9bba9307b9bf24e40471354ca048ce6365f1cb7e))
20+
* **rari-npm:** publish action ([62ad708](https://github.com/mdn/rari/commit/62ad708bf1ee6ba3e2ec4bc026d2b15c797eb986))
21+
822
## [0.0.14](https://github.com/mdn/rari/compare/v0.0.13...v0.0.14) (2024-10-24)
923

1024

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

crates/css-definition-syntax/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-definition-syntax"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax-types/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-syntax-types"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax/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-syntax"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/diff-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)