Skip to content

Commit 50b508b

Browse files
committed
3.0.1
1 parent f29978c commit 50b508b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][]
44

5+
## [3.0.1][] - 2022-02-14
6+
57
### Fixed
68

79
- Use `fileURLToPath` for location resolve
@@ -29,5 +31,6 @@
2931
<!-- prettier-ignore-start -->
3032

3133
[2.0.0]: https://github.com/niksy/css-functions-list/tree/v2.0.0
32-
[unreleased]: https://github.com/niksy/css-functions-list/compare/v3.0.0...HEAD
3334
[3.0.0]: https://github.com/niksy/css-functions-list/tree/v3.0.0
35+
[unreleased]: https://github.com/niksy/css-functions-list/compare/v3.0.1...HEAD
36+
[3.0.1]: https://github.com/niksy/css-functions-list/tree/v3.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-functions-list",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "List of standard and browser specific CSS functions.",
55
"license": "MIT",
66
"author": "Ivan Nikolić <[email protected]> (http://ivannikolic.com)",

0 commit comments

Comments
 (0)