Skip to content

Commit cddff4b

Browse files
committed
Release v0.1.2
1 parent d295f24 commit cddff4b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
<!-- auto-changelog-above -->
10+
## [v0.1.2](https://github.com/greenfinity/rescript-context-utils/compare/v0.1.1-0...v0.1.2)
11+
12+
### Merged
13+
14+
- Initial package updates [`#1`](https://github.com/greenfinity/rescript-context-utils/pull/1)
15+
16+
<!-- auto-changelog-above -->
1117

1218
## 0.1.1-0
1319

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@greenfinity/rescript-context-utils",
33
"description": "Rescript React Context utilities",
4-
"version": "0.1.1-0",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"homepage": "https://github.com/greenfinity/rescript-context-utils",
77
"repository": {
@@ -49,6 +49,5 @@
4949
"react-dom": "^18.2.0",
5050
"rescript": "^11.1.0",
5151
"vitest": "^2.1.8"
52-
},
53-
"stableVersion": "0.1.0"
52+
}
5453
}

0 commit comments

Comments
 (0)