Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit b657956

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.0.0 [skip ci]
1 parent 46d13b8 commit b657956

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

CHANGELOG.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [2.0.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.8.0...v2.0.0) (2022-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* a11y ([5ef9605](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/5ef96054174dc1e1d6bfe2101251def20c74f85f))
7+
* handling empty cookies ([7f888cd](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/7f888cd44597be038008de337157f50c4c9f38ae))
8+
* login logic ([e9ed726](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/e9ed726395575fa4b9e2018d4af733df5a418e1d))
9+
* node-fetch ([1e17781](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/1e17781e9a39136bab8de553f6d84e5ca5dc1daf))
10+
* sveltecheck ([b3c9801](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/b3c9801b18ea1fd9f7e72c6cea3cf6bf571e412b))
11+
* update example env ([a89de45](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/a89de45491417212b4d6ea88ddbdef11a6094834))
12+
13+
14+
### Features
15+
16+
* add login page ([fc95619](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/fc956190b990e96230e458d337e3a985a26c0747))
17+
* add popperjs ([abd2b59](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/abd2b599ccd3e718c01d44abc2ff11f46d689a80))
18+
* csrf protection ([b580603](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/b5806036f273ecdb61d5ba202c1b9b62a940cbc9))
19+
* display login state ([fb09397](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/fb09397b57396d2ee6a6fb88ebd9bc78bab7fdf2))
20+
* init oauth logic ([5f66286](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/5f66286151a598e5f5634255ac36ff9c65d9075a))
21+
* kubernetes secrets ([66e7819](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/66e7819423387d31e82edf1bb059ed18d462f505))
22+
23+
24+
125
# [1.8.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.7.1...v1.8.0) (2022-08-19)
226

327

@@ -34,12 +58,3 @@
3458

3559

3660

37-
## [1.6.2](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.6.1...v1.6.2) (2022-07-27)
38-
39-
40-
### Bug Fixes
41-
42-
* for newer version of k8s ([3134dc3](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/3134dc38883086dcb8b8db0aadde61a6e2e2adf9))
43-
44-
45-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "issue-finder",
3-
"version": "1.8.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build",
@@ -54,4 +54,4 @@
5454
"prettier --write --plugin-search-dir=."
5555
]
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)