Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Jan 23, 2020
1 parent 34b43f3 commit a1a2318
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## v0.4.0

* Add package.json to module sub directory; for ES Modules.
* See also: https://nodejs.org/api/esm.html#esm_package_json_type_field

## v0.3.2

* Update build scripts and CI configurations.

## v0.3.1

* Fix an unexpected syntax error when a line comment exists at the end of the file.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liyad",
"private": false,
"version": "0.3.2",
"version": "0.4.0",
"description": "Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.",
"keywords": [
"lisp",
Expand Down

0 comments on commit a1a2318

Please sign in to comment.