Skip to content

Commit 89e565a

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2024-07-11) ### Features * add automated release ([#12](#12)) ([ffe2417](ffe2417)) * add ci ([e4fdb72](e4fdb72)) * add v0.0.1 ([1b08689](1b08689)) * initial implementation 🚀 ([1913db2](1913db2)) * update node version ([ed9df3e](ed9df3e)) ### Bug Fixes * ci ([48aea40](48aea40)) * commitlint on ci ([720fe03](720fe03)) * commitlint on ci ([a88e381](a88e381)) * leetcode question query selector ([#8](#8)) ([b0c0bf8](b0c0bf8)) * release-notes-generator ([ecde5de](ecde5de)) * **release:** missing npm command ([610b0b6](610b0b6))
1 parent 720fe03 commit 89e565a

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 1.0.0 (2024-07-11)
2+
3+
### Features
4+
5+
* add automated release ([#12](https://github.com/rpidanny/leetcode-gpt/issues/12)) ([ffe2417](https://github.com/rpidanny/leetcode-gpt/commit/ffe24175cd167c044828cd3ba3dcf3d4d097a2fc))
6+
* add ci ([e4fdb72](https://github.com/rpidanny/leetcode-gpt/commit/e4fdb7201dc616fd42d37a578b7ae306c416fc49))
7+
* add v0.0.1 ([1b08689](https://github.com/rpidanny/leetcode-gpt/commit/1b08689c52c46eccc740c8fb210257824885262c))
8+
* initial implementation 🚀 ([1913db2](https://github.com/rpidanny/leetcode-gpt/commit/1913db21db319df41ecab54e6d03d029b3974ad2))
9+
* update node version ([ed9df3e](https://github.com/rpidanny/leetcode-gpt/commit/ed9df3e26c7fe540e7660066e2d263173406d443))
10+
11+
### Bug Fixes
12+
13+
* ci ([48aea40](https://github.com/rpidanny/leetcode-gpt/commit/48aea40a2346078c6018c8a6a05eec88fd9890f0))
14+
* commitlint on ci ([720fe03](https://github.com/rpidanny/leetcode-gpt/commit/720fe037eb8fa2a88d04a520d15f3de2ff6c3106))
15+
* commitlint on ci ([a88e381](https://github.com/rpidanny/leetcode-gpt/commit/a88e38127340843e4cb719cb22399d42c5448e43))
16+
* leetcode question query selector ([#8](https://github.com/rpidanny/leetcode-gpt/issues/8)) ([b0c0bf8](https://github.com/rpidanny/leetcode-gpt/commit/b0c0bf8a739baf19030f11ded13c87bb1cd6f550))
17+
* release-notes-generator ([ecde5de](https://github.com/rpidanny/leetcode-gpt/commit/ecde5ded42142aaa45b2b3bca617b9a1b2b676a4))
18+
* **release:** missing npm command ([610b0b6](https://github.com/rpidanny/leetcode-gpt/commit/610b0b66a0171fd7a2b544d7d92fb44987dea4f8))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-gpt",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "LeetCodeGPT is a Chrome extension that integrates GPT (Generative Pre-trained Transformer) into the LeetCode.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)