Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 6, 2021
1 parent d469b24 commit f918453
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 0.1.0 (2021-02-04)
## [0.2.1](https://github.com/JamieMason/blurhash-to-css/compare/0.1.0...0.2.1) (2021-02-06)

### Bug Fixes

- **types:** add filter and transform properties
([a475c8f](https://github.com/JamieMason/blurhash-to-css/commit/a475c8f9d1d4eb50e951321bb576295e72cde05e))

### Features

- **blurhash:** port to rust and webassembly
([d469b24](https://github.com/JamieMason/blurhash-to-css/commit/d469b24c10ed6d2ba20b06c9fb23c6e8acf2e2a3))

# [0.1.0](https://github.com/JamieMason/blurhash-to-css/compare/7b345388a47f0b3cddd3c31e8ff9ae21f74cd16e...0.1.0) (2021-02-04)

### Features

Expand Down
19 changes: 12 additions & 7 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ or [`yarn`](https://yarnpkg.com/en/) command line tools.
npm install blurhash-to-css --save
```

## Tests

```sh
npm install
npm test
```

## Dependencies

- [@plaiceholder/css](https://ghub.io/@plaiceholder/css): Roll-you-own CSS
gradient placeholders.
- [blurhash](https://ghub.io/blurhash): Encoder and decoder for the Wolt
BlurHash algorithm.
- [sharp](https://ghub.io/sharp): High performance Node.js image processing, the
fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images
None

## Dev Dependencies

- [@types/sharp](https://ghub.io/@types/sharp): TypeScript definitions for sharp
- [@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
- [typescript](https://ghub.io/typescript): TypeScript is a language for
application scale JavaScript development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blurhash-to-css",
"description": "Convert a blurhash string to a CSS object",
"version": "0.1.0",
"version": "0.2.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/blurhash-to-css/issues",
"devDependencies": {
Expand Down

0 comments on commit f918453

Please sign in to comment.