Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jan 18, 2024
1 parent 1144058 commit de91468
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v2.4.0 (2024-01-18)

- [#329](https://github.com/sunesimonsen/stylewars/pull/329) Support media queries ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#318](https://github.com/sunesimonsen/stylewars/pull/318) Bump unexpected-dom from 6.0.0 to 6.0.1 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com))
- [#315](https://github.com/sunesimonsen/stylewars/pull/315) Bump magicpen-prism from 5.0.0 to 5.0.1 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com))
- [#323](https://github.com/sunesimonsen/stylewars/pull/323) Bump eslint from 8.52.0 to 8.56.0 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com))
- [#328](https://github.com/sunesimonsen/stylewars/pull/328) Bump prettier from 3.0.3 to 3.2.4 ([dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com))

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

- [Request the document lazily](https://github.com/sunesimonsen/stylewars/commit/0049ac9b8d4aea87eab5e7fc8c3b02b301298dc4) ([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.3.0",
"version": "2.4.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 de91468

Please sign in to comment.