Skip to content

Commit 5e80610

Browse files
committed
0.5.0
1 parent 5324bf6 commit 5e80610

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## Next version
44

5+
## 0.5.0
6+
57
### API changes
68

79
- Add `Result.mapError` https://github.com/rescript-association/rescript-core/pull/98

bsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "0.3.0",
3+
"version": "0.5.0",
44
"sources": [
55
{
66
"dir": "src",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",

0 commit comments

Comments
 (0)