Skip to content

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykolodziej committed Apr 23, 2020
2 parents bd754dd + 522b093 commit 06d2d8e
Show file tree
Hide file tree
Showing 4 changed files with 1,195 additions and 2,059 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 4.0.1

Security updates.

## 4.0.0

* Adds CSS Grid support to the grid, with an automatic fallback to floats
Expand Down
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ module.exports = ( grunt ) => {
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-gh-pages' );
grunt.loadNpmTasks( 'grunt-sass' );
grunt.loadNpmTasks( 'grunt-sass-lint' );
grunt.loadNpmTasks( 'grunt-kss' );
grunt.registerTask( 'build', [ 'js', 'kss', 'copy' ] );
grunt.registerTask( 'deploy', [ 'build', 'gh-pages' ] );
Expand Down
Loading

0 comments on commit 06d2d8e

Please sign in to comment.