Skip to content

Commit 01d518f

Browse files
committed
Bump version and add changelog
1 parent 71c9326 commit 01d518f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

1010
- Nothing yet!
1111

12-
[unreleased]: https://github.com/CedericPrivat/tailwindcss-base-font-size/compare/v0.0.0...HEAD
12+
## [1.0.0] - 2023-06-24
13+
14+
### Added
15+
16+
- Add new base font size plugin
17+
18+
[unreleased]: https://github.com/CedericPrivat/tailwindcss-base-font-size/compare/v1.0.0...HEAD
19+
[1.0.0]: https://github.com/CedericPrivat/tailwindcss-base-font-size/releases/v1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.1.0",
3+
"version": "1.0.0",
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)