Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Mar 11, 2023
1 parent 3bd5c12 commit 7c2f372
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 0.2.0

### API changes

- Change `Map.set` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/34
Expand Down
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/core",
"version": "0.1.0",
"version": "0.2.0",
"sources": [
{
"dir": "src",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@rescript/core",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"clean": "rescript clean",
"build": "rescript",
"watch": "rescript build -w",
"test": "node test/TestSuite.mjs && node test/TempTests.mjs"
},
"keywords": ["rescript"],
"keywords": [
"rescript"
],
"homepage": "https://github.com/rescript-association/rescript-core",
"author": "ReScript Team",
"license": "MIT",
Expand Down

0 comments on commit 7c2f372

Please sign in to comment.