Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2022-03-19)

### Bug Fixes

* **index:** fix state update on unmounted component error ([afe4fb4](afe4fb4))
* **layout:** add container to header ([fe3280f](fe3280f))
* **themeswitcher:** hide text on small viewports ([f93d54a](f93d54a))

### Features

* use open sans font ([4fd05a5](4fd05a5))
  • Loading branch information
semantic-release-bot committed Mar 19, 2022
1 parent f93d54a commit 6b1879e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/daveroverts/cpt-movements-tracker/compare/v1.2.0...v1.3.0) (2022-03-19)


### Bug Fixes

* **index:** fix state update on unmounted component error ([afe4fb4](https://github.com/daveroverts/cpt-movements-tracker/commit/afe4fb49a2396c263c15835c7a64565e4c93a9e0))
* **layout:** add container to header ([fe3280f](https://github.com/daveroverts/cpt-movements-tracker/commit/fe3280f3655ccdba5955cd0e61fa89bb1f268b5b))
* **themeswitcher:** hide text on small viewports ([f93d54a](https://github.com/daveroverts/cpt-movements-tracker/commit/f93d54ab67534f0b075c701a88a28eb599b4099a))


### Features

* use open sans font ([4fd05a5](https://github.com/daveroverts/cpt-movements-tracker/commit/4fd05a5b5a20983bc286a83bb3e20116f5ef722d))

# [1.2.0](https://github.com/daveroverts/cpt-movements-tracker/compare/v1.1.0...v1.2.0) (2022-03-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpt-movements-tracker",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Dave Roverts",
"email": "[email protected]",
Expand Down

0 comments on commit 6b1879e

Please sign in to comment.