Skip to content

Commit

Permalink
chore(minor): release 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
bdougie authored and open-sauced[bot] committed Sep 27, 2022
1 parent 7bb8f85 commit fd725f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@

> All notable changes to this project will be documented in this file
## [1.1.0](https://github.com/open-sauced/contributor.info/compare/v1.0.0...v1.1.0) (2022-09-27)


### 🧑‍💻 Code Refactoring

* 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)


### 🍕 Features

* 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)

## [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)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "@open-sauced/contributors.info",
"version": "1.1.0-beta.1",
"version": "1.1.0",
"private": true,
"license": "MIT",
"homepage": "https://contributor.info",
Expand Down

0 comments on commit fd725f2

Please sign in to comment.