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-07-31)

### πŸ§‘β€πŸ’» Code Refactoring

* code split octokit and worker code ([2720c1b](2720c1b))

### πŸ› Bug Fixes

* correct local development in wrangler2 ([c842cfb](c842cfb))
* keep deploy url secret ([5f3b486](5f3b486))
* need to connect discord ([478f75e](478f75e))
* removes top level await ([#4](#4)) ([e5df589](e5df589))

### πŸ• Features

* convert to cloudflare workers template ([fc86e1d](fc86e1d))
* remove open-sauced/open-sauced from workflow yml ([#6](#6)) ([74b7ba9](74b7ba9))

### πŸ€– Build System

* implement security verification ([a2f3285](a2f3285))
* Netlify deploy ([#9](#9)) ([a16cf90](a16cf90))
* update wrangler to miniflare compatible build options ([8954c25](8954c25))

### 🎨 Styles

* eslint ([2654ac9](2654ac9))

### πŸ” Continuous Integration

* **release:** remove unnecesary actions and update `actions/checkout` ([#7](#7)) ([6df915c](6df915c))
  • Loading branch information
gr2m authored and open-sauced[bot] committed Jul 31, 2023
1 parent 6df915c commit 79cabc1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# πŸ“¦ open-sauced/catsup 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-07-31)


### πŸ§‘β€πŸ’» Code Refactoring

* code split octokit and worker code ([2720c1b](https://github.com/open-sauced/catsup/commit/2720c1b007997fdfd91a5cbdc6c19fe37a960915))


### πŸ› Bug Fixes

* correct local development in wrangler2 ([c842cfb](https://github.com/open-sauced/catsup/commit/c842cfb9e3d6d7003d0dde832d7a3f7f438f8a12))
* keep deploy url secret ([5f3b486](https://github.com/open-sauced/catsup/commit/5f3b486600a163ed513f34d44668f41efcb2ae69))
* need to connect discord ([478f75e](https://github.com/open-sauced/catsup/commit/478f75e60c82b8e21726715774574debb002c5df))
* removes top level await ([#4](https://github.com/open-sauced/catsup/issues/4)) ([e5df589](https://github.com/open-sauced/catsup/commit/e5df5892fe1bcec36a00eb094d9f662485a7b7e9))


### πŸ• Features

* convert to cloudflare workers template ([fc86e1d](https://github.com/open-sauced/catsup/commit/fc86e1d2a2dcaa1367e0b2dacee387e444ac2229))
* remove open-sauced/open-sauced from workflow yml ([#6](https://github.com/open-sauced/catsup/issues/6)) ([74b7ba9](https://github.com/open-sauced/catsup/commit/74b7ba926d60e8dc67e5de771f02d4ffc3f2810d))


### πŸ€– Build System

* implement security verification ([a2f3285](https://github.com/open-sauced/catsup/commit/a2f3285001915f9bc8b36c0f76280f236e9a2e88))
* Netlify deploy ([#9](https://github.com/open-sauced/catsup/issues/9)) ([a16cf90](https://github.com/open-sauced/catsup/commit/a16cf903be4c10dc1fd41e3ae44e092023ff5760))
* update wrangler to miniflare compatible build options ([8954c25](https://github.com/open-sauced/catsup/commit/8954c253961aa7579d2dc439eac783a6eb0cb72d))


### 🎨 Styles

* eslint ([2654ac9](https://github.com/open-sauced/catsup/commit/2654ac90a276aa0bbd7bd3bfdffb4b91c10841e0))


### πŸ” Continuous Integration

* **release:** remove unnecesary actions and update `actions/checkout` ([#7](https://github.com/open-sauced/catsup/issues/7)) ([6df915c](https://github.com/open-sauced/catsup/commit/6df915c4d32da8c7c5d4a028a9400044ddd015af))
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": "catsup",
"version": "0.0.0-development",
"version": "1.0.0",
"private": true,
"description": "This app alerts you of good first issues.",
"author": "Brian 'bdougie' Douglas <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions public/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79cabc1

Please sign in to comment.