Skip to content

Commit

Permalink
chore(minor): release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-04-27)

### 📝 Documentation

* README and LICENSE ([917f7b0](917f7b0))
* Updated the README.md ([open-sauced#15](https://github.com/diivi/browser-extensions/issues/15)) ([3e4dd69](3e4dd69))

### 🍕 Features

* extension window navigation ([open-sauced#21](https://github.com/diivi/browser-extensions/issues/21)) ([b5ae9a6](b5ae9a6))
* Invite to OpenSauced ([open-sauced#20](https://github.com/diivi/browser-extensions/issues/20)) ([0c8f222](0c8f222))
* updated the extension logo ([open-sauced#22](https://github.com/diivi/browser-extensions/issues/22)) ([d19034d](d19034d))
* view on OpenSauced button ([open-sauced#14](https://github.com/diivi/browser-extensions/issues/14)) ([a447551](a447551))

### 🐛 Bug Fixes

* make emails less creepy ([a08fa45](a08fa45))
* Wrapped the await call in an async() ([open-sauced#26](https://github.com/diivi/browser-extensions/issues/26)) ([357aab5](357aab5))
  • Loading branch information
diivi authored and open-sauced[bot] committed Apr 27, 2023
1 parent 989473d commit 63fdf9f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 📦 diivi/browser-extensions changelog

[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)

> All notable changes to this project will be documented in this file
## 1.0.0 (2023-04-27)


### 📝 Documentation

* README and LICENSE ([917f7b0](https://github.com/diivi/browser-extensions/commit/917f7b0ba3000eee64e4344d9a21205512b3cc2e))
* Updated the README.md ([#15](https://github.com/diivi/browser-extensions/issues/15)) ([3e4dd69](https://github.com/diivi/browser-extensions/commit/3e4dd69c52477596bb5a2f5e4d4a1b46bbb981df))


### 🍕 Features

* extension window navigation ([#21](https://github.com/diivi/browser-extensions/issues/21)) ([b5ae9a6](https://github.com/diivi/browser-extensions/commit/b5ae9a6e5d032b0ce2ab344b30f029598ca8608f))
* Invite to OpenSauced ([#20](https://github.com/diivi/browser-extensions/issues/20)) ([0c8f222](https://github.com/diivi/browser-extensions/commit/0c8f22286475edeff53f9226f71e46bbb338287f))
* updated the extension logo ([#22](https://github.com/diivi/browser-extensions/issues/22)) ([d19034d](https://github.com/diivi/browser-extensions/commit/d19034daaf40d322e2c400c65191caf3e5866e39))
* view on OpenSauced button ([#14](https://github.com/diivi/browser-extensions/issues/14)) ([a447551](https://github.com/diivi/browser-extensions/commit/a447551d46ea35dde6b674853ab55094728014c2))


### 🐛 Bug Fixes

* make emails less creepy ([a08fa45](https://github.com/diivi/browser-extensions/commit/a08fa4510130f357e1d8be12536d20a84f7c1098))
* Wrapped the await call in an async() ([#26](https://github.com/diivi/browser-extensions/issues/26)) ([357aab5](https://github.com/diivi/browser-extensions/commit/357aab514ee1cbcd0e61c3220cff20c7c8a197be))
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "opensauced-browser-extension",
"private": true,
"version": "0.0.0",
"files":[
"version": "1.0.0",
"files": [
"dist/**/*"
],
"scripts": {
Expand Down

0 comments on commit 63fdf9f

Please sign in to comment.