Skip to content

Commit 064f041

Browse files
Prepare v0.4.0 release (1st PureScript 0.15.0 release) (#18)
* Update bower deps * Update changelog
1 parent a76d2e3 commit 064f041

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8-
- Migrate FFI to ES modules (#17 by @JordanMartinez)
98

109
New features:
1110

1211
Bugfixes:
1312

1413
Other improvements:
1514

15+
## [v0.4.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.4.0) - 2022-04-27
16+
17+
Breaking changes:
18+
- Migrate FFI to ES modules (#17 by @JordanMartinez)
19+
1620
## [v0.3.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.3.0) - 2021-04-18
1721

1822
Breaking changes:

bower.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-aff": "main",
18-
"purescript-aff-promise": "master",
19-
"purescript-effect": "master",
20-
"purescript-foreign-object": "master",
21-
"purescript-node-buffer": "master",
22-
"purescript-node-path": "master",
23-
"purescript-node-streams": "master",
24-
"purescript-nullable": "main",
25-
"purescript-transformers": "master"
17+
"purescript-aff": "^7.0.0",
18+
"purescript-aff-promise": "^4.0.0",
19+
"purescript-effect": "^4.0.0",
20+
"purescript-foreign-object": "^4.0.0",
21+
"purescript-node-buffer": "^8.0.0",
22+
"purescript-node-path": "^5.0.0",
23+
"purescript-node-streams": "^6.0.0",
24+
"purescript-nullable": "^6.0.0",
25+
"purescript-transformers": "^6.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)