Skip to content

Commit d219a61

Browse files
committed
chore(release): 0.5.5
1 parent 3afacfc commit d219a61

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.5.5](https://github.com/JamieMason/blurhash-to-css/compare/0.4.3...0.5.5) (2022-11-12)
2+
3+
### Bug Fixes
4+
5+
- **cargo:** update dependencies
6+
([3c6e1d7](https://github.com/JamieMason/blurhash-to-css/commit/3c6e1d7ee1b293da4659c97f5a69730e0ba931be))
7+
- **npm:** update dependencies
8+
([e43dec9](https://github.com/JamieMason/blurhash-to-css/commit/e43dec97bd4b5756a9cd8919c4f6ebcad9182e48))
9+
10+
### Features
11+
12+
- **blurhash:** accept arrays of blurhashes
13+
([3afacfc](https://github.com/JamieMason/blurhash-to-css/commit/3afacfcc75e24461f9ba9ccbfeb61287eb550662))
14+
115
## [0.4.3](https://github.com/JamieMason/blurhash-to-css/compare/0.3.3...0.4.3) (2021-02-08)
216

317
### Features

DEPENDENCIES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blurhash-to-css
22

3-
Convert a blurhash string to a CSS object
3+
Convert blurhash strings to CSS objects
44

55
## Installation
66

@@ -28,10 +28,12 @@ None
2828

2929
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
3030
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
31-
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to
32-
help use TypeScript with Jest
31+
- [ts-jest](https://ghub.io/ts-jest): A Jest transformer with source map support
32+
that lets you use Jest to test projects written in TypeScript
3333
- [typescript](https://ghub.io/typescript): TypeScript is a language for
3434
application scale JavaScript development
35+
- [wasm-pack](https://ghub.io/wasm-pack): 📦✨ your favorite rust -> wasm
36+
workflow tool!
3537

3638
## License
3739

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blurhash-to-css",
33
"description": "Convert blurhash strings to CSS objects",
4-
"version": "0.4.3",
4+
"version": "0.5.5",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/blurhash-to-css/issues",
77
"devDependencies": {
@@ -17,7 +17,7 @@
1717
"files": [
1818
"index.d.ts",
1919
"index.js",
20-
"pkg"
20+
"pkg/**"
2121
],
2222
"keywords": [
2323
"blur",

0 commit comments

Comments
 (0)