Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalzinger committed Feb 4, 2016
1 parent 539aa9d commit 21bde88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## v0.0.20 (2015-02-04)

The systemjs plugin is now completely self-contained and doesn't requrie additional setup within the project anymore.

### systemjs
* A new config property `npmDependencies` to specify the version of the build dependencies used
* No external configuration in project necessary anymore `package.json` and script file will be autogenerated

## v0.0.19 (2015-02-04)

### less
Expand Down
2 changes: 1 addition & 1 deletion properties.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.cgGroup = 'cc.catalysts.gradle'
ext.cgVersion = '0.0.20-SNAPSHOT'
ext.cgVersion = '0.0.20'
ext.cgWebsite = 'https://github.com/Catalysts/cat-gradle-plugins'
ext.cgTracker = 'https://github.com/Catalysts/cat-gradle-plugins/issues'
ext.cgGit = 'https://github.com/Catalysts/cat-gradle-plugins.git'
Expand Down

0 comments on commit 21bde88

Please sign in to comment.