Skip to content

Commit 7bffb38

Browse files
chore(release): 🔖 bump version to 1.0.0
# 1.0.0 (2025-11-13) ### Bug Fixes * add ignore rule for chore release messages in commitlint configuration ([d8c6c2c](d8c6c2c)) * enable Prettier check in CI and comment out ESLint step ([5c93f25](5c93f25)) * Update CI/CD configuration, add husky for Git hooks, and enhance test file comments ([85d889b](85d889b)) * update dependencies and add new packages ([e4afb33](e4afb33)) ### Features * Add calendar and announcement modules with responsive design ([8f666a2](8f666a2))
1 parent d8c6c2c commit 7bffb38

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.0.0 (2025-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add ignore rule for chore release messages in commitlint configuration ([d8c6c2c](https://github.com/cs-internship/CS-Queue-Calendar/commit/d8c6c2ca63ba38ce731ae1dfb5ecc2c8c6a630e6))
7+
* enable Prettier check in CI and comment out ESLint step ([5c93f25](https://github.com/cs-internship/CS-Queue-Calendar/commit/5c93f25d9d8d889312b45407e80320b1cc0d4a5d))
8+
* Update CI/CD configuration, add husky for Git hooks, and enhance test file comments ([85d889b](https://github.com/cs-internship/CS-Queue-Calendar/commit/85d889b7c8774734af7149bc2e719b0f2fa3464f))
9+
* update dependencies and add new packages ([e4afb33](https://github.com/cs-internship/CS-Queue-Calendar/commit/e4afb33c5daed018de2e80cd0bd6386bbc7bf366))
10+
11+
12+
### Features
13+
14+
* Add calendar and announcement modules with responsive design ([8f666a2](https://github.com/cs-internship/CS-Queue-Calendar/commit/8f666a26878dc05a6023f049870133848a33d083))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://cs-internship.github.io/CS-Queue-Calendar/",
33
"name": "cs-queue-calendar",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "React calendar for displaying CS Internship queue meetings with Persian/Gregorian support.",
66
"main": "./src/index.jsx",
77
"scripts": {

0 commit comments

Comments
 (0)