Skip to content

Commit 02699ff

Browse files
committed
Release 3.0.4
1 parent 350ce27 commit 02699ff

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
4+
## 3.0.4
5+
6+
* CLI.Parser.oneOfArgs now return's first error that is not an arity error, if possible, to
7+
increase the likelyhood of returning an interesting error message.
8+
9+
## 3.0.3
10+
11+
* More precise scan for sourcefiles to avoid arbitrary JS to end up in package bundles, causing
12+
compile errors.
13+
14+
## 3.0.2
15+
16+
* Fix encoding of `PackageValidate` backend command
17+
18+
## 3.0.1
19+
20+
* Use correct backend version
21+
22+
## 3.0.0
23+
24+
* When we started the changelog

gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "gren-lang/compiler-node",
55
"summary": "Node specific functionality of the Gren compiler",
66
"license": "BSD-3-Clause",
7-
"version": "3.0.3",
7+
"version": "3.0.4",
88
"exposed-modules": [
99
"CLI.Parser",
1010
"CLI.PrettyPrinter",

0 commit comments

Comments
 (0)