Skip to content

Commit

Permalink
chore(release): 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 12, 2022
1 parent 3afacfc commit d219a61
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.5.5](https://github.com/JamieMason/blurhash-to-css/compare/0.4.3...0.5.5) (2022-11-12)

### Bug Fixes

- **cargo:** update dependencies
([3c6e1d7](https://github.com/JamieMason/blurhash-to-css/commit/3c6e1d7ee1b293da4659c97f5a69730e0ba931be))
- **npm:** update dependencies
([e43dec9](https://github.com/JamieMason/blurhash-to-css/commit/e43dec97bd4b5756a9cd8919c4f6ebcad9182e48))

### Features

- **blurhash:** accept arrays of blurhashes
([3afacfc](https://github.com/JamieMason/blurhash-to-css/commit/3afacfcc75e24461f9ba9ccbfeb61287eb550662))

## [0.4.3](https://github.com/JamieMason/blurhash-to-css/compare/0.3.3...0.4.3) (2021-02-08)

### Features
Expand Down
8 changes: 5 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# blurhash-to-css

Convert a blurhash string to a CSS object
Convert blurhash strings to CSS objects

## Installation

Expand Down Expand Up @@ -28,10 +28,12 @@ None

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

## License

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blurhash-to-css",
"description": "Convert blurhash strings to CSS objects",
"version": "0.4.3",
"version": "0.5.5",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/blurhash-to-css/issues",
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"files": [
"index.d.ts",
"index.js",
"pkg"
"pkg/**"
],
"keywords": [
"blur",
Expand Down

0 comments on commit d219a61

Please sign in to comment.