Skip to content

Commit 6d19668

Browse files
committed
Bump version to 1.0.1 and add changelog
1 parent 7e3a559 commit 6d19668

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Nothing yet!
1111

12+
## [1.0.1] - 2024-01-26
13+
14+
### Security
15+
16+
- Fix moderate severity vulnerability
17+
1218
## [1.0.0] - 2023-06-24
1319

1420
### Added
1521

1622
- Add new base font size plugin
1723

18-
[unreleased]: https://github.com/CedericPrivat/tailwindcss-base-font-size/compare/v1.0.0...HEAD
24+
[unreleased]: https://github.com/CedericPrivat/tailwindcss-base-font-size/compare/v1.0.1...HEAD
25+
[1.0.1]: https://github.com/CedericPrivat/tailwindcss-base-font-size/releases/v1.0.1
1926
[1.0.0]: https://github.com/CedericPrivat/tailwindcss-base-font-size/releases/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-base-font-size",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Tailwind CSS plugin to set the base font size in proportion to Tailwind's default utility values.",
55
"keywords": [
66
"tailwind",

0 commit comments

Comments
 (0)