Skip to content

Commit 02b578f

Browse files
committed
Update version
1 parent 2f653d1 commit 02b578f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 2.2.0
4+
5+
### New features
6+
7+
- Add asynchronous `beforeRender` hook ([#20](https://github.com/costrojs/costro/pull/20))
8+
39
## 2.1.2
410

511
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "costro",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Build web applications with Components, Store and Router in 3KB",
55
"keywords": [
66
"costro",

0 commit comments

Comments
 (0)