Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Aug 23, 2023
1 parent 775e230 commit e9bc762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [2.1.1][] - 2023-08-23

### Fixed

- Update default import for dependencies in ES module
Expand Down Expand Up @@ -35,3 +37,5 @@
[1.0.0]: https://github.com/niksy/postcss-query-ast/tree/v1.0.0
[2.0.0]: https://github.com/niksy/postcss-query-ast/tree/v2.0.0
[2.1.0]: https://github.com/niksy/postcss-query-ast/tree/v2.1.0
[Unreleased]: https://github.com/niksy/postcss-query-ast/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/niksy/postcss-query-ast/tree/v2.1.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-query-ast",
"version": "2.1.0",
"version": "2.1.1",
"description": "Query PostCSS AST with CSS selectors.",
"license": "MIT",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
Expand Down

0 comments on commit e9bc762

Please sign in to comment.