-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(minor): release 1.0.0 [skip ci]
## 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
1 parent
6df915c
commit 79cabc1
Showing
4 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.