diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d6462..d7720f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.5.1](https://github.com/tleunen/pixi-multistyle-text/compare/v0.5.0...v0.5.1) (2017-01-20) + + +### Bug Fixes + +* Fix letterSpacing property ([#40](https://github.com/tleunen/pixi-multistyle-text/issues/40)) ([55d8866](https://github.com/tleunen/pixi-multistyle-text/commit/55d8866)), closes [#39](https://github.com/tleunen/pixi-multistyle-text/issues/39) +* wordWrap() - Don't add spaces before the first word on a line ([#38](https://github.com/tleunen/pixi-multistyle-text/issues/38)) ([2060ce0](https://github.com/tleunen/pixi-multistyle-text/commit/2060ce0)), closes [#37](https://github.com/tleunen/pixi-multistyle-text/issues/37) + + + # [0.5.0](https://github.com/tleunen/pixi-multistyle-text/compare/v0.4.0...v0.5.0) (2017-01-16) diff --git a/package.json b/package.json index 97e95ee..71a072b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi-multistyle-text", - "version": "0.5.0", + "version": "0.5.1", "description": "Multi-Style Text for pixi.js", "main": "dist/pixi-multistyle-text.js", "types": "dist/pixi-multistyle-text.d.ts",