Skip to content

Commit

Permalink
Release v0.1.7. See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Oct 19, 2014
1 parent f9608f1 commit 552a43e
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 205 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.1.7"></a>
### 0.1.7 (2014-10-19)


#### Features

* **apimock:** add disable config (#15) ([9e7b14a1](http://github.com/seriema/angular-apimock/commit/9e7b14a1d893a321835aa2d453a4aab5b60c01e5))


<a name="0.1.6"></a>
### 0.1.6 (2014-05-29)

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ module.exports = function (grunt) {

grunt.registerTask('_publish', [
'build',
'changelog',
'nugetpack',
'changelog',
'bump-commit',
'nugetpush'
]);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-apimock",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/angular-apimock.min.js",
"appPath": "app",
"ignore": [
Expand Down

0 comments on commit 552a43e

Please sign in to comment.