Skip to content

Commit fd725f2

Browse files
bdougieopen-sauced[bot]
authored andcommitted
chore(minor): release 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2022-09-27) ### πŸ§‘β€πŸ’» Code Refactoring * improve redirect not found page and route ([#8](#8)) ([9da5e11](9da5e11)), closes [#3](#3) ### πŸ• Features * Adds working search to home page ([#11](#11)) ([f88bf74](f88bf74)), closes [#4](#4)
1 parent 7bb8f85 commit fd725f2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

β€ŽCHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.1.0](https://github.com/open-sauced/contributor.info/compare/v1.0.0...v1.1.0) (2022-09-27)
9+
10+
11+
### πŸ§‘β€πŸ’» Code Refactoring
12+
13+
* improve redirect not found page and route ([#8](https://github.com/open-sauced/contributor.info/issues/8)) ([9da5e11](https://github.com/open-sauced/contributor.info/commit/9da5e116296848175c7b74b0384cc2dab27fdcc2)), closes [#3](https://github.com/open-sauced/contributor.info/issues/3)
14+
15+
16+
### πŸ• Features
17+
18+
* Adds working search to home page ([#11](https://github.com/open-sauced/contributor.info/issues/11)) ([f88bf74](https://github.com/open-sauced/contributor.info/commit/f88bf749c66d077c516617fa2b2db7fa1d9bef7b)), closes [#4](https://github.com/open-sauced/contributor.info/issues/4)
19+
820
## [1.1.0-beta.1](https://github.com/open-sauced/contributor.info/compare/v1.0.1-beta.1...v1.1.0-beta.1) (2022-09-27)
921

1022

β€Žnpm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-sauced/contributors.info",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "MIT",
66
"homepage": "https://contributor.info",

0 commit comments

Comments
Β (0)