Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 18, 2019
1 parent 99a8174 commit 9ee24f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2019-09-18

### Fixed

- Package release mechanism

## [1.1.0] - 2019-09-18

### Added
Expand Down Expand Up @@ -35,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release, featuring 15 hooks

[unreleased]: https://github.com/kripod/standard-hooks/compare/v1.1.0...HEAD
[unreleased]: https://github.com/kripod/standard-hooks/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/kripod/standard-hooks/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/kripod/standard-hooks/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/kripod/standard-hooks/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/kripod/standard-hooks/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-hooks",
"version": "1.1.0",
"version": "1.1.1",
"description": "Essential set of React Hooks for convenient Web API consumption.",
"keywords": [
"react",
Expand Down

0 comments on commit 9ee24f8

Please sign in to comment.