Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 28, 2024
1 parent 8adfb29 commit 003512a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0","packages/critters":"1.0.1","packages/astro":"1.0.1"}
{".":"0.2.0","packages/critters":"0.2.0","packages/astro":"1.0.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v0.1.0...critters-rs-v0.2.0) (2024-11-28)


### Features

* implement "swap" preload strategy ([07c7579](https://github.com/michaelhthomas/critters-rs/commit/07c75796a387f82d6269c91d75ceac2b8179b058))

## 0.1.0 (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "critters-rs"
description = "Quickly inline your website's critical CSS."
version = "0.1.0"
version = "0.2.0"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/michaelhthomas/critters-rs"
Expand Down
7 changes: 7 additions & 0 deletions packages/critters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.0.1...critters-v0.2.0) (2024-11-28)


### Miscellaneous Chores

* **critters:** Synchronize critters versions

## [1.0.1](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.0.0...critters-v1.0.1) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/critters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@critters-rs/critters",
"version": "1.0.1",
"version": "0.2.0",
"description": "Quickly inline your website's critical CSS.",
"author": "Michael Thomas",
"license": "Apache-2.0",
Expand Down

0 comments on commit 003512a

Please sign in to comment.