Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Leunen committed Jan 20, 2017
1 parent 55d8866 commit 98ae9eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.5.1"></a>
## [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)



<a name="0.5.0"></a>
# [0.5.0](https://github.com/tleunen/pixi-multistyle-text/compare/v0.4.0...v0.5.0) (2017-01-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 98ae9eb

Please sign in to comment.