Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Oct 17, 2020
1 parent a9d2caf commit e383425
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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.

## [1.1.0](https://github.com/uhyo/rocon/compare/v1.0.0...v1.1.0) (2020-10-17)


### Features

* add Redirect component ([7778f9a](https://github.com/uhyo/rocon/commit/7778f9a81522ff8664632cf308241249d9e49ab9)), closes [#2](https://github.com/uhyo/rocon/issues/2)


### Bug Fixes

* improve type of route() ([cae6bb6](https://github.com/uhyo/rocon/commit/cae6bb658f2171e30d1d307b6a1ef7470c235f94)), closes [#3](https://github.com/uhyo/rocon/issues/3)
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocon",
"version": "1.0.0",
"version": "1.1.0",
"description": "A router library",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -87,4 +87,4 @@
"dependencies": {
"@babel/runtime": "^7.11.2"
}
}
}

0 comments on commit e383425

Please sign in to comment.