Skip to content

Commit 15416b3

Browse files
chore: Release Grain v0.4.1 (#872)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e4a7a1 commit 15416b3

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.4.0",
3-
"cli": "0.4.0",
2+
".": "0.4.1",
3+
"cli": "0.4.1",
44
"compiler": "0.4.0",
55
"js-runner": "0.4.0",
66
"stdlib": "0.4.0"

CHANGELOG.md

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

3+
### [0.4.1](https://www.github.com/grain-lang/grain/compare/grain-v0.4.0...grain-v0.4.1) (2021-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** Manually bump CLI dependencies ([#871](https://www.github.com/grain-lang/grain/issues/871)) ([1e4a7a1](https://www.github.com/grain-lang/grain/commit/1e4a7a171c8dd41caf54e6218d59dffafef8f226))
9+
310
## [0.4.0](https://www.github.com/grain-lang/grain/compare/grain-v0.3.2...grain-v0.4.0) (2021-09-06)
411

512

cli/CHANGELOG.md

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

3+
### [0.4.1](https://www.github.com/grain-lang/grain/compare/cli-v0.4.0...cli-v0.4.1) (2021-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** Manually bump CLI dependencies ([#871](https://www.github.com/grain-lang/grain/issues/871)) ([1e4a7a1](https://www.github.com/grain-lang/grain/commit/1e4a7a171c8dd41caf54e6218d59dffafef8f226))
9+
310
## [0.4.0](https://www.github.com/grain-lang/grain/compare/cli-v0.3.2...cli-v0.4.0) (2021-09-06)
411

512

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A command line tool for the Grain language.",
55
"main": "index.js",
66
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grain",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "The Grain monorepo.",
66
"workspaces": [
77
"cli",

0 commit comments

Comments
 (0)