Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed May 13, 2017
1 parent c91c66f commit 41c1406
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [master](https://github.com/anmonteiro/lumo/compare/1.4.1...HEAD) (unreleased)
## [master](https://github.com/anmonteiro/lumo/compare/1.5.0...HEAD) (unreleased)

## [1.5.0](https://github.com/anmonteiro/lumo/compare/1.4.1...1.5.0) (2017-05-13)

### New features

Expand All @@ -13,7 +15,8 @@
### Changes

- Upgrade Node.js to version 7.10.0.
- Upgrade ClojureScript to version 1.9.542.
- Upgrade ClojureScript to version 1.9.542. This includes the renaming of Spec
namespaces to `cljs.spec.alpha`, `cljs.spec.gen.alpha`, etc.

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo",
"version": "1.4.1",
"version": "1.5.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author": "António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)",
"license": "EPL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo-cljs",
"version": "1.4.1",
"version": "1.5.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author": "António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)",
"license": "EPL-1.0",
Expand Down

0 comments on commit 41c1406

Please sign in to comment.