Skip to content

Commit 9c562be

Browse files
committed
chore: release v1.2.4
1 parent fabddcd commit 9c562be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.2.4"></a>
2+
## [1.2.4](https://github.com/sparanoid/grunt-assets-inline/compare/v1.2.3...v1.2.4) (2020-06-01)
3+
4+
5+
### Features
6+
7+
* update deps ([fabddcd](https://github.com/sparanoid/grunt-assets-inline/commit/fabddcd))
8+
* update deps ([a806ae2](https://github.com/sparanoid/grunt-assets-inline/commit/a806ae2))
9+
10+
11+
112
<a name="1.2.3"></a>
213
## [1.2.3](https://github.com/sparanoid/grunt-assets-inline/compare/v1.2.2...v1.2.3) (2020-02-04)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-assets-inline",
33
"description": "A grunt task which takes a html file, finds all the css, js links and images, and outputs a version with all the css, js and images (Base64) written inline.",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"homepage": "https://github.com/sparanoid/grunt-assets-inline",
66
"author": {
77
"name": "Tunghsiao Liu",

0 commit comments

Comments
 (0)