Skip to content

Commit 5215291

Browse files
committed
v1.2.1
1 parent 734c6c9 commit 5215291

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)",

0 commit comments

Comments
 (0)