Skip to content

Commit

Permalink
chore(release): 1.1.0 - Feb 2, 2020, 6:59 PM [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.0...1.1.0) (2020-02-02)

### Features

* Change box alignment to use PositionalAnchors ([#84](#84)) ([b53c6af](b53c6af))
  • Loading branch information
semantic-release-bot committed Feb 2, 2020
1 parent b53c6af commit 351c2e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/MartinHowarth/shimmer/compare/1.0.0...1.1.0) (2020-02-02)


### Features

* Change box alignment to use PositionalAnchors ([#84](https://github.com/MartinHowarth/shimmer/issues/84)) ([b53c6af](https://github.com/MartinHowarth/shimmer/commit/b53c6af883aa26a12fa3a2cffd452e86e3ede266))

# 1.0.0 (2020-01-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shimmer"
version = "1.0.0"
version = "1.1.0"
description = "Create games in python, without hassle - batteries included!"

license = "MIT"
Expand Down

0 comments on commit 351c2e0

Please sign in to comment.