Skip to content

Commit

Permalink
bump to version 2.0.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnyoast committed Dec 16, 2020
1 parent 20cf275 commit 28239cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,12 @@ grunt.initConfig( {

## Release History

### 2.0.0
- Removes watch configuration for JS & CSS. From now on plugins need to have their own `watch.js` file.
- Adds Grunt config file watching.
- Fixes Config/Shell PHPCS command
- Excludes Artifact and WordPress SVN checkout from POT file generation to prevent duplicates.

### 1.6.2
- Bump version of `grunt-contrib-compress` to add node 12 support.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yoast/grunt-plugin-tasks",
"description": "Custom Yoast grunt tasks",
"version": "1.7.2",
"version": "2.0.0",
"homepage": "https://github.com/Yoast/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28239cc

Please sign in to comment.