Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Dec 18, 2023
1 parent 0049ac9 commit af32466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v2.3.0 (2023-12-18)

- [Request the document lazily](https://github.com/sunesimonsen/stylewars/commit/0049ac9b8d4aea87eab5e7fc8c3b02b301298dc4) ([Sune Simonsen](mailto:sune@we-knowhow.dk))

### v2.2.2 (2023-12-18)

- [Change type to module](https://github.com/sunesimonsen/stylewars/commit/8abf4f0a9cfb316f7ba172f60038b7e6048bda09) ([Sune Simonsen](mailto:sune@we-knowhow.dk))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylewars",
"type": "module",
"version": "2.2.2",
"version": "2.3.0",
"description": "A tiny CSS in JS library that requires no tooling",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand Down

0 comments on commit af32466

Please sign in to comment.