Skip to content

Commit

Permalink
Release v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenv committed Mar 24, 2020
1 parent a71c285 commit d4a950c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = function (grunt) {

bump: {
options: {
files: ['package.json'],
files: ['package.json', 'package-lock.json'],
commitFiles: ['-a'],
pushTo: 'origin'
}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-angular-gettext",
"description": "Tasks for extracting/compiling angular-gettext strings.",
"version": "2.5.2",
"version": "2.5.3",
"homepage": "http://angular-gettext.rocketeer.be/",
"author": {
"name": "Ruben Vermeersch",
Expand Down Expand Up @@ -45,6 +45,6 @@
"gettext"
],
"dependencies": {
"angular-gettext-tools": "~2.5.2"
"angular-gettext-tools": "~2.5.3"
}
}

0 comments on commit d4a950c

Please sign in to comment.