Skip to content

Commit 3e015ab

Browse files
chore(main): release 0.1.14 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d70866 commit 3e015ab

File tree

20 files changed

+47
-34
lines changed

20 files changed

+47
-34
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.13"
2+
".": "0.1.14"
33
}

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1.14](https://github.com/mdn/rari/compare/v0.1.13...v0.1.14) (2025-01-07)
9+
10+
11+
### Features
12+
13+
* **baseline:** compute asterisk ([#77](https://github.com/mdn/rari/issues/77)) ([c35af8e](https://github.com/mdn/rari/commit/c35af8e46f3c57fdd3ba98cf92e63f2dd2064660))
14+
* **sidebars/jsref:** support temporal ([#72](https://github.com/mdn/rari/issues/72)) ([3d70866](https://github.com/mdn/rari/commit/3d708668719208d1cbfd0b34959a771ee29bc350))
15+
16+
17+
### Bug Fixes
18+
19+
* **json:** don't use camelCase for featured articles ([512080d](https://github.com/mdn/rari/commit/512080d804381d3dbc2facb93907e00c5d3c4bb1))
20+
821
## [0.1.13](https://github.com/mdn/rari/compare/v0.1.12...v0.1.13) (2025-01-01)
922

1023

Diff for: Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

Diff for: crates/css-definition-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/css-syntax-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/css-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/diff-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-data/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-deps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-doc"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-linter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-linter"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-md/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-md"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-sitemap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-sitemap"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-templ-func/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-templ-func"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-tools"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors = [
66
"Andi Pieper <[email protected]>",

Diff for: crates/rari-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-types"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: crates/rari-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-utils"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

Diff for: rari-npm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rari-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/rari",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "npm package for rari",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)