Skip to content

Commit 9fd5c8f

Browse files
chore(main): release 1.0.0
1 parent d6a17fb commit 9fd5c8f

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to the Skill Mapper project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0 (2026-04-27)
9+
10+
11+
### Features
12+
13+
* add complete Skill Mapper application with gamification, skill tree, and documentation ([132c134](https://github.com/forbiddenlink/skill-mapper/commit/132c13429f2afd2f789e902ef612728fd7396aa1))
14+
* add massive content expansion ([3591595](https://github.com/forbiddenlink/skill-mapper/commit/35915951c08a7ec8bf86552520c0314c19a49192))
15+
* AI-powered recommendations + custom branding ([c427f64](https://github.com/forbiddenlink/skill-mapper/commit/c427f645697002331604f72823b7c2889b67c3d7))
16+
* documentation overhaul, accessibility fixes, and test improvements ([78812b1](https://github.com/forbiddenlink/skill-mapper/commit/78812b1fd45ca3b293bbf3deb5d67e3ee0f36bbb))
17+
* enhance branding assets and fix UI/metadata issues ([6c9648c](https://github.com/forbiddenlink/skill-mapper/commit/6c9648c8eb3f6c12975acce45db3e3a328af6a20))
18+
* massive content expansion and engagement features ([bb55673](https://github.com/forbiddenlink/skill-mapper/commit/bb55673694d2a798dc89c062d68b25fb81bf837d))
19+
20+
21+
### Bug Fixes
22+
23+
* add drizzle-kit dependency ([3d6ae89](https://github.com/forbiddenlink/skill-mapper/commit/3d6ae8939705863792deb54610bcc2cbd4fbdf17))
24+
* add maxDuration to TriggerConfig (resolve merge conflicts) ([07fb521](https://github.com/forbiddenlink/skill-mapper/commit/07fb5217ffd8da3c38aa45c640646a63ee82c93e))
25+
* add missing @vercel/analytics and @vercel/speed-insights packages ([d988dc1](https://github.com/forbiddenlink/skill-mapper/commit/d988dc13e8f9022759288aa51a436b99578e32a9))
26+
* env.ts import, sentry paths, MSW types, safe-action api ([b769ca8](https://github.com/forbiddenlink/skill-mapper/commit/b769ca88d557f0e01c35d0d4aca65b63a6eb05a7))
27+
* patch 14 security vulnerabilities ([1cb6d9b](https://github.com/forbiddenlink/skill-mapper/commit/1cb6d9beba2080844bfc48f45a5ac529dd684a61))
28+
* regenerate npm lockfile ([c6bfcce](https://github.com/forbiddenlink/skill-mapper/commit/c6bfcceeb43be120a6cfca914e34b342be63b9d9))
29+
* remove unavailable socketsecurity/socket-action from security workflow ([f444228](https://github.com/forbiddenlink/skill-mapper/commit/f444228f2471207f9b2a1ea3b06f359215b119c2))
30+
* resolve build errors ([4e593e1](https://github.com/forbiddenlink/skill-mapper/commit/4e593e1ce7ecfd1f7a3ca30080a6886f771f509e))
31+
* resolve React hooks error crashing skill completion ([97fa688](https://github.com/forbiddenlink/skill-mapper/commit/97fa68815e76d1bfb55b5d25d5f768925ba25315))
32+
* resolve Vercel build errors ([8ef2329](https://github.com/forbiddenlink/skill-mapper/commit/8ef23290003ca73d0a46eddac5a6572fce6a0479))
33+
* resolve Vercel deployment dependency conflicts ([d6f1174](https://github.com/forbiddenlink/skill-mapper/commit/d6f1174c4c476d0ff298c7301e2dbf556da8c46d))
34+
* resolve z-index layering bug and improve code quality (v1.0.1) ([a984379](https://github.com/forbiddenlink/skill-mapper/commit/a984379dbb3ae1d849dbec3a2a666e087bc6908a))
35+
* upgrade @testing-library/react to v16 for React 19 compatibility ([f9a2b61](https://github.com/forbiddenlink/skill-mapper/commit/f9a2b617da9029fc567a19390bbf5abab44c160d))
36+
* Vercel build fixes ([b8c161e](https://github.com/forbiddenlink/skill-mapper/commit/b8c161ea4569d52a2999b55702b94d4259d856e3))
37+
838
## [1.0.1] - 2026-02-12
939

1040
### 🔧 Bug Fixes & Code Quality

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skill-mapper",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)