Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 7, 2021
1 parent a3d9cfc commit d589865
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/JamieMason/blurhash-to-css/compare/0.2.1...0.3.1) (2021-02-07)

### Features

- **node:** bundle source and inline wasm
([a3d9cfc](https://github.com/JamieMason/blurhash-to-css/commit/a3d9cfca12dd2d59ffc5b34ffdd54cb719a6c7f0))

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

### Bug Fixes
Expand Down
8 changes: 7 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ npm test

## Dependencies

None
- [tslib](https://ghub.io/tslib): Runtime library for TypeScript helper
functions

## Dev Dependencies

- [@rollup/plugin-typescript](https://ghub.io/@rollup/plugin-typescript):
Seamless integration between Rollup and TypeScript.
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@wasm-tool/rollup-plugin-rust](https://ghub.io/@wasm-tool/rollup-plugin-rust):
Rollup plugin for bundling and importing Rust crates.
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [rollup](https://ghub.io/rollup): Next-generation ES module bundler
- [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
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.2.1",
"version": "0.3.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/blurhash-to-css/issues",
"dependencies": {
Expand Down

0 comments on commit d589865

Please sign in to comment.