diff --git a/CHANGELOG.md b/CHANGELOG.md index 192a5da..33fc431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 3.0.2 + +- Updated dependencies + ### 3.0.1 - Updated dependencies diff --git a/LICENSE b/LICENSE index 84c75c5..e6070fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 The Modernizr team +Copyright (c) 2021 The Modernizr team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8189ad1..114e68f 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ Just configure your build, click the Build button, and download/copy the Grunt C ##### See the [customizr repository](https://github.com/Modernizr/customizr#config-file) for valid settings. ## License -Copyright (c) 2020 The Modernizr team +Copyright (c) 2021 The Modernizr team Licensed under the MIT license. diff --git a/package-lock.json b/package-lock.json index 9a2c863..758b82a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-modernizr", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e6ad041..a290f81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-modernizr", "description": "Build out a lean, mean Modernizr machine.", - "version": "3.0.1", + "version": "3.0.2", "main": "Gruntfile.js", "bin": { "grunt-modernizr": "bin/grunt-modernizr"