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

Commit

Permalink
Prepare 1.10 release (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Apr 9, 2019
1 parent 5fc88f3 commit c64e773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 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.9.0...HEAD) (unreleased)
## [master](https://github.com/anmonteiro/lumo/compare/1.10.0...HEAD) (unreleased)

## [1.10.0](https://github.com/anmonteiro/lumo/compare/1.9.0...1.10.0) (2019-04-09)

### Changes

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-cljs",
"version": "1.9.0",
"version": "1.10.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
3 changes: 1 addition & 2 deletions scripts/bundleForeign.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ rollup({
'process.env.NODE_ENV': JSON.stringify('production'),
}),
resolve({
jsnext: true,
main: true,
mainFields: ['module', 'main', 'jsnext:main'],
}),
commonjs(),
],
Expand Down

0 comments on commit c64e773

Please sign in to comment.