Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Feb 14, 2022
1 parent f29978c commit 50b508b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [3.0.1][] - 2022-02-14

### Fixed

- Use `fileURLToPath` for location resolve
Expand Down Expand Up @@ -29,5 +31,6 @@
<!-- prettier-ignore-start -->

[2.0.0]: https://github.com/niksy/css-functions-list/tree/v2.0.0
[unreleased]: https://github.com/niksy/css-functions-list/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/niksy/css-functions-list/tree/v3.0.0
[unreleased]: https://github.com/niksy/css-functions-list/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/niksy/css-functions-list/tree/v3.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-functions-list",
"version": "3.0.0",
"version": "3.0.1",
"description": "List of standard and browser specific CSS functions.",
"license": "MIT",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
Expand Down

0 comments on commit 50b508b

Please sign in to comment.