Skip to content

Commit 0b9522d

Browse files
chore(main): release 1.0.0
1 parent c6bfcce commit 0b9522d

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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-02)
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 maxDuration to TriggerConfig (resolve merge conflicts) ([07fb521](https://github.com/forbiddenlink/skill-mapper/commit/07fb5217ffd8da3c38aa45c640646a63ee82c93e))
24+
* env.ts import, sentry paths, MSW types, safe-action api ([b769ca8](https://github.com/forbiddenlink/skill-mapper/commit/b769ca88d557f0e01c35d0d4aca65b63a6eb05a7))
25+
* regenerate npm lockfile ([c6bfcce](https://github.com/forbiddenlink/skill-mapper/commit/c6bfcceeb43be120a6cfca914e34b342be63b9d9))
26+
* remove unavailable socketsecurity/socket-action from security workflow ([f444228](https://github.com/forbiddenlink/skill-mapper/commit/f444228f2471207f9b2a1ea3b06f359215b119c2))
27+
* resolve React hooks error crashing skill completion ([97fa688](https://github.com/forbiddenlink/skill-mapper/commit/97fa68815e76d1bfb55b5d25d5f768925ba25315))
28+
* resolve Vercel deployment dependency conflicts ([d6f1174](https://github.com/forbiddenlink/skill-mapper/commit/d6f1174c4c476d0ff298c7301e2dbf556da8c46d))
29+
* resolve z-index layering bug and improve code quality (v1.0.1) ([a984379](https://github.com/forbiddenlink/skill-mapper/commit/a984379dbb3ae1d849dbec3a2a666e087bc6908a))
30+
* upgrade @testing-library/react to v16 for React 19 compatibility ([f9a2b61](https://github.com/forbiddenlink/skill-mapper/commit/f9a2b617da9029fc567a19390bbf5abab44c160d))
31+
832
## [1.0.1] - 2026-02-12
933

1034
### 🔧 Bug Fixes & Code Quality

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": "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)