Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed May 31, 2017
1 parent 4b29343 commit 265e333
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [1.0.20170531](https://github.com/thheller/shadow-cljs/compare/1.0.20170530...1.0.20170531)

### Fixes
- fix broken :node-script/:node-library :dev builds
- fix source maps containing ``"lineCount":null` so closure doesn't blow up

## [1.0.20170530](https://github.com/thheller/shadow-cljs/compare/1.0.20170527...1.0.20170530)

### Features
Expand Down
2 changes: 1 addition & 1 deletion npm-package-cli/bin/version.json
@@ -1 +1 @@
"1.0.20170530"
"1.0.20170531"
2 changes: 1 addition & 1 deletion npm-package-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "shadow-cljs",
"version": "0.7.0",
"version": "0.7.1",
"description": "ClojureScript for JS tools",
"author": "Thomas Heller",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject thheller/shadow-cljs "1.0.20170530"
(defproject thheller/shadow-cljs "1.0.20170531"
:description "CLJS development tools"
:url "https://github.com/thheller/shadow-cljs"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 265e333

Please sign in to comment.