Skip to content

Commit

Permalink
chore(minor): release 1.42.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.42.0](v1.41.1...v1.42.0) (2023-04-18)

### 🍕 Features

* redirect user to the dashboard with repos after onboarding ([#1096](#1096)) ([765de71](765de71))
* server render user pages and add open graph image ([#1095](#1095)) ([d1a043b](d1a043b))

### 🐛 Bug Fixes

* update user id check for editing an insight page ([166530d](166530d))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Apr 18, 2023
1 parent cb8b4b2 commit 2f40987
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

> All notable changes to this project will be documented in this file
## [1.42.0](https://github.com/open-sauced/insights/compare/v1.41.1...v1.42.0) (2023-04-18)


### 🍕 Features

* redirect user to the dashboard with repos after onboarding ([#1096](https://github.com/open-sauced/insights/issues/1096)) ([765de71](https://github.com/open-sauced/insights/commit/765de717dcede6528d8d4e751cd73fa171510231))
* server render user pages and add open graph image ([#1095](https://github.com/open-sauced/insights/issues/1095)) ([d1a043b](https://github.com/open-sauced/insights/commit/d1a043b5e05471d770aa53cdf53f72fb46af7390))


### 🐛 Bug Fixes

* update user id check for editing an insight page ([166530d](https://github.com/open-sauced/insights/commit/166530dd28bcc91b1f748bc6408ffb5272a00fcd))

## [1.42.0-beta.2](https://github.com/open-sauced/insights/compare/v1.42.0-beta.1...v1.42.0-beta.2) (2023-04-18)


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
Expand Up @@ -2,7 +2,7 @@
"name": "@open-sauced/insights",
"description": "🍕The dashboard for open source discovery.",
"keywords": [],
"version": "1.42.0-beta.2",
"version": "1.42.0",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 2f40987

Please sign in to comment.