File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88<!-- ## Unreleased -->
99
10+ ## [ 1.2.1] ( https://github.com/metonym/posthtml-hash/releases/tag/v1.2.1 ) - 2020-11-25
11+
12+ - fix: use previously hashed file name if it exists
13+
1014## [ 1.2.0] ( https://github.com/metonym/posthtml-hash/releases/tag/v1.2.0 ) - 2020-11-25
1115
1216- Expand attribute matchers (` href ` , ` src ` ) to include "content"
Original file line number Diff line number Diff line change @@ -180,5 +180,5 @@ See the [PostHTML Guidelines](https://github.com/posthtml/posthtml/tree/master/d
180180
181181[ MIT] ( LICENSE )
182182
183- [ npm ] : https://img.shields.io/npm/v/posthtml-hash.svg?color=blue
183+ [ npm ] : https://img.shields.io/npm/v/posthtml-hash.svg?color=%23fb7954
184184[ npm-url ] : https://npmjs.com/package/posthtml-hash
Original file line number Diff line number Diff line change 11{
22 "name" : " posthtml-hash" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "license" : " MIT" ,
55 "description" : " PostHTML plugin for hashing static assets" ,
66 "author" : " Eric Liu (https://github.com/metonym)" ,
You can’t perform that action at this time.
0 commit comments