Skip to content

Commit b44ba44

Browse files
committedAug 2, 2022
chore(release): 3.8.0
1 parent 9318847 commit b44ba44

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
 

‎CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.8.0](https://github.com/jantimon/css-variable/compare/v3.7.0...v3.8.0) (2022-08-02)
6+
7+
8+
### Features
9+
10+
* update @swc/core ([9318847](https://github.com/jantimon/css-variable/commit/93188474cb7c6026a1f3458161f57c97d6b8b550))
11+
112
# 3.7.0 (2022-07-15)
213

314

@@ -14,6 +25,3 @@
1425
* add swc plugin ([#2](https://github.com/jantimon/css-variable/issues/2)) ([e7e09c7](https://github.com/jantimon/css-variable/commit/e7e09c717b505578089550e5a903c411fa1ae89e))
1526
* reduze bundle size ([b726748](https://github.com/jantimon/css-variable/commit/b72674819369afc3f3cf6f95f5d19230c6e1ec79))
1627
* replace random fallback id ([00c569d](https://github.com/jantimon/css-variable/commit/00c569df081f41463a64f3eadddc720b36d113d6))
17-
18-
19-

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-variable",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "define CSS custom properties (variables) in JS",
55
"main": "./dist/index.js",
66
"exports": {
@@ -28,7 +28,7 @@
2828
"build:types": "tsc --skipLibCheck --emitDeclarationOnly --declaration --target ESNext --outDir dist src/index.ts",
2929
"build:modulemin": "terser ./dist/index.mjs -o ./dist/index.min.mjs -m --ecma 2017 --module --toplevel -b -c",
3030
"build:swc": "cargo build --manifest-path ./swc/Cargo.toml --release --target=wasm32-wasi",
31-
"changelog": "npx standard-changelog",
31+
"changelog": "npx standard-version",
3232
"test": "npm run test:e2e && npm run test:jest",
3333
"test:e2e": "node ./test/examples.js",
3434
"test:jest": "jest",

0 commit comments

Comments
 (0)
Failed to load comments.