Skip to content

Commit ed667a6

Browse files
committed
chore: update changelog.md
1 parent bf450b9 commit ed667a6

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.0] - 2022-05-07
8+
## [0.2.0] - 2022-09-12
99

10-
Initial release!
10+
### Added
1111

12-
[unreleased]: https://github.com/maizzle/tailwindcss-plugin-starter/compare/v0.1.0...HEAD
13-
[0.1.0]: https://github.com/maizzle/tailwindcss-plugin-starter/releases/tag/v0.1.0
12+
- added array and media query `addVariant` examples
13+
14+
### Removed
15+
16+
- removed `addVariant` function example as it is no longer supported since Tailwind CSS 3.1.x
17+
18+
### Changed
19+
20+
- updated `tailwindcss` from 3.0.24 to 3.1.8
21+
- updated `postcss` from 8.4.13 to 8.4.16
22+
- updated `c8` from 7.11.2 to 7.12.0
23+
- updated `jest` from 28.1.0 to 28.1.3
24+
- updated `prettier` from 2.6.2 to 2.7.1
25+
- updated `np` from 7.6.1 to 7.6.2
26+
27+
[0.2.0]: https://github.com/maizzle/tailwindcss-plugin-starter/releases/tag/v0.1.0
1428

1529
## [0.1.0] - 2022-05-07
1630

0 commit comments

Comments
 (0)