Skip to content

Commit b89e50b

Browse files
committed
chore(release): v1.4.0
1 parent 5f2b3a1 commit b89e50b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## v1.4.0
6+
7+
[compare changes](https://github.com/unjs/c12/compare/v1.3.0...v1.4.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- `watchConfig` utility ([#77](https://github.com/unjs/c12/pull/77))
13+
- **watchConfig:** Support hmr ([#78](https://github.com/unjs/c12/pull/78))
14+
15+
### 📖 Documentation
16+
17+
- Fix small grammer issues ([5f2b3a1](https://github.com/unjs/c12/commit/5f2b3a1))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](http://github.com/pi0))
22+
523
## v1.3.0
624

725
[compare changes](https://github.com/unjs/c12/compare/v1.2.0...v1.3.0)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c12",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Smart Config Loader",
55
"repository": "unjs/c12",
66
"license": "MIT",
@@ -54,4 +54,4 @@
5454
"vitest": "^0.30.1"
5555
},
5656
"packageManager": "pnpm@8.3.0"
57-
}
57+
}

0 commit comments

Comments
 (0)