We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe884bd commit 8446c71Copy full SHA for 8446c71
.changeset/auto-pr-24.md
.changeset/auto-pr-25.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.4.0
4
+
5
+### Minor Changes
6
7
+- Add documentation about changeset and automations workflows
8
9
10
All notable changes to Bernova will be documented in this file.
11
12
The format uses [Changesets](https://github.com/changesets/changesets) for automated version management and changelog generation.
package.json
@@ -1,6 +1,6 @@
{
"name": "bernova",
- "version": "1.3.2",
+ "version": "1.4.0",
"description": "The best way to write CSS with Javascript syntax",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
0 commit comments