Skip to content

Commit fa16906

Browse files
committed
🔖 bump version
1 parent 71ca541 commit fa16906

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- clsx in playground
810

911
## [1.2.1] - 2021-12-21
1012
### Added

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antistatique-frontend",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
55
"main": ".bin/init.js",
66
"bin": {
@@ -63,4 +63,4 @@
6363
"fs-extra": "^10.0.0",
6464
"inquirer": "^8.2.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)