From 1437c626241f37d1cf5f0974f1904c80e6cee818 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sun, 3 Apr 2022 07:56:08 -0400 Subject: [PATCH] Update readme --- CHANGELOG | 4 ++++ README.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1144121..6a212ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v2.1.0: + date: 2022-04-03 + changes: + - Updated dependencies v2.0.0: date: 2021-10-07 changes: diff --git a/README.md b/README.md index 4cd8040..8a958f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-concat v2.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-concat/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-concat/actions?workflow=Tests) +# grunt-contrib-concat v2.1.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-concat/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-concat/actions?workflow=Tests) > Concatenate files. @@ -280,6 +280,7 @@ grunt.initConfig({ ## Release History + * 2022-04-03   v2.1.0   Updated dependencies * 2021-10-07   v2.0.0   Update dependencies Requires node.js v12+ * 2016-04-20   v1.0.1   Fix for concatenating multiple source map files. * 2016-02-20   v1.0.0   Update source-map to 0.5.3. Tag Grunt as peerDep to >=0.4.0. Make source maps generation a little faster. Add `charset:utf-8` to `sourceMappingURL`. @@ -299,4 +300,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com/) -*This file was generated on Thu Oct 07 2021 23:04:00.* +*This file was generated on Sun Apr 03 2022 07:55:57.*