Skip to content

Commit

Permalink
chore(minor): release 1.71.0-beta.13 on beta channel [skip ci]
Browse files Browse the repository at this point in the history
## [1.71.0-beta.13](v1.71.0-beta.12...v1.71.0-beta.13) (2023-10-17)

### 🐛 Bug Fixes

* refactored parameters for captureAnalytics to an object ([a2af672](a2af672))

### 🍕 Features

* add identifier to analytics ([#1887](#1887)) ([8169213](8169213))
* implemented usage of posthog.identify(identifier) ([30a4bc0](30a4bc0))
  • Loading branch information
nickytonline authored and open-sauced[bot] committed Oct 17, 2023
1 parent 8169213 commit f0f3bab
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.71.0-beta.13](https://github.com/open-sauced/insights/compare/v1.71.0-beta.12...v1.71.0-beta.13) (2023-10-17)


### 🐛 Bug Fixes

* refactored parameters for captureAnalytics to an object ([a2af672](https://github.com/open-sauced/insights/commit/a2af672008ec43bc0ba58e7e90ce2dda91ae7913))


### 🍕 Features

* add identifier to analytics ([#1887](https://github.com/open-sauced/insights/issues/1887)) ([8169213](https://github.com/open-sauced/insights/commit/81692132ce0f906c914f95454e7281bd3c367a26))
* implemented usage of posthog.identify(identifier) ([30a4bc0](https://github.com/open-sauced/insights/commit/30a4bc0f42b3c5a902be7f0e8f86e1944c77660f))

## [1.71.0-beta.12](https://github.com/open-sauced/insights/compare/v1.71.0-beta.11...v1.71.0-beta.12) (2023-10-17)


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.71.0-beta.12",
"version": "1.71.0-beta.13",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit f0f3bab

Please sign in to comment.