Skip to content

Commit 9ef2efa

Browse files
chore: release main (#12)
1 parent 45f90d9 commit 9ef2efa

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.2","packages/critters":"1.1.2","packages/astro":"1.1.2"}
1+
{".":"1.1.3","packages/critters":"1.1.3","packages/astro":"1.1.3"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.2...critters-rs-v1.1.3) (2025-06-15)
4+
5+
6+
### Performance Improvements
7+
8+
* bump kichikiki to 0.8.3 ([45f90d9](https://github.com/michaelhthomas/critters-rs/commit/45f90d93da79aa63fd083e5d6f2f2915792db056))
9+
310
## [1.1.2](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.1...critters-rs-v1.1.2) (2025-03-11)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
[package]
22
name = "critters-rs"
33
description = "Quickly inline your website's critical CSS."
4-
version = "1.1.2"
4+
version = "1.1.3"
55
license = "Apache-2.0"
66
readme = "README.md"
77
homepage = "https://github.com/michaelhthomas/critters-rs"

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.2...astro-v1.1.3) (2025-06-15)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **astro:** Synchronize critters versions
9+
310
## [1.1.2](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.1...astro-v1.1.2) (2025-03-11)
411

512

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/astro",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

packages/critters/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.2...critters-v1.1.3) (2025-06-15)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **critters:** Synchronize critters versions
9+
310
## [1.1.2](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.1...critters-v1.1.2) (2025-03-11)
411

512

packages/critters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/critters",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)