Skip to content

Commit 7aa611e

Browse files
committed
docs: update changelog for v1.3.6
1 parent 31fdb5a commit 7aa611e

1 file changed

Lines changed: 20 additions & 113 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,45 @@ All notable changes to this 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.3.6] - 2026-01-05
9+
10+
### Changed
11+
12+
- Updated development dependencies
13+
- typescript-eslint from 8.50.1 to 8.51.0
14+
- globals from 16.5.0 to 17.0.0 (major version with new environments: audioWorklet, paintWorklet, sharedWorker, bunBuiltin, denoBuiltin)
15+
816
## [1.3.5] - 2025-12-30
917

1018
### Changed
1119

1220
- Updated development dependencies
13-
- `typescript-eslint` from 8.50.0 to 8.50.1
21+
- typescript-eslint from 8.50.0 to 8.50.1
1422

1523
## [1.3.4] - 2025-12-22
1624

1725
### Changed
1826

1927
- Updated development dependencies
20-
- `typescript-eslint` from 8.49.0 to 8.50.0
28+
- typescript-eslint from 8.49.0 to 8.50.0
2129

2230
## [1.3.3] - 2025-12-16
2331

2432
### Changed
2533

2634
- Updated development dependencies
27-
- `@eslint/js` from 9.39.1 to 9.39.2
28-
- `eslint` from 9.39.1 to 9.39.2
29-
- `typescript-eslint` from 8.48.1 to 8.49.0
35+
- @eslint/js from 9.39.1 to 9.39.2
36+
- eslint from 9.39.1 to 9.39.2
37+
- typescript-eslint from 8.48.1 to 8.49.0
3038

3139
## [1.3.2] - 2025-12-08
3240

3341
### Changed
3442

3543
- Updated development dependencies
36-
- `prettier` from 3.7.3 to 3.7.4
37-
- `typescript-eslint` from 8.18.0 to 8.48.1
38-
- `typescript` from 5.7.3 to 5.9.3
44+
- prettier from 3.7.3 to 3.7.4
45+
- typescript-eslint from 8.18.0 to 8.48.1
46+
- typescript from 5.7.3 to 5.9.3
3947
- Package maintenance and security updates
4048

4149
### Fixed
@@ -46,51 +54,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4654

4755
### Changed
4856

49-
- Dev dependency: `tsx` replaces `ts-node` in generated projects
50-
- Updated dev script to use `tsx` instead of `ts-node`
51-
52-
### Fixed
53-
54-
- Include `package-lock.json` in initial git commit
55-
- Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
56-
57-
## [1.3.0] - 2025-12-02
58-
59-
### Added
60-
61-
- Prettier 3.7.3 for code formatting
62-
- Husky 9.1.7 + lint-staged 16.2.7 for pre-commit hooks
63-
- GitHub Actions v6 (checkout, setup-node)
64-
- Publish workflow for GitHub Release-based npm publishing
65-
- Issue and PR templates
66-
- Dependabot configuration
67-
- CONTRIBUTING.md guide
68-
- Comprehensive README badges (CI, npm downloads, license)
69-
70-
### Changed
71-
72-
- Upgraded all dependencies to latest versions
73-
- Removed semantic-release in favor of GitHub Release workflow
74-
- Simplified CI workflow (removed matrix, added format check)
75-
- Formatted all code with Prettier
76-
- Improved package.json with format script, engines, and lint-staged config
77-
- Cleaned up README and removed duplicates
78-
79-
### Fixed
80-
81-
- Fixed 15 security vulnerabilities by upgrading dependencies
82-
83-
## [1.3.1] - 2025-12-02
84-
85-
### Changed
86-
87-
- Dev dependency: `tsx` replaces `ts-node` in generated projects
88-
- Updated dev script to use `tsx` instead of `ts-node`
57+
- Dev dependency: tsx replaces ts-node in generated projects
58+
- Updated dev script to use tsx instead of ts-node
8959

9060
### Fixed
9161

92-
- Include `package-lock.json` in initial git commit
93-
- Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
62+
- Include package-lock.json in initial git commit
63+
- Fix TypeScript ESM module error with nodemon by replacing ts-node with tsx
9464

9565
## [1.3.0] - 2025-12-02
9666

@@ -117,66 +87,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11787
### Fixed
11888

11989
- Fixed 15 security vulnerabilities by upgrading dependencies
120-
121-
# Changelog
122-
123-
All notable changes to this project will be documented in this file.
124-
125-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
126-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
127-
128-
## [1.3.0] - 2025-12-02
129-
130-
### Added
131-
132-
- Prettier 3.7.3 for code formatting
133-
- Husky 9.1.7 + lint-staged 16.2.7 for pre-commit hooks
134-
- GitHub Actions v6 (checkout, setup-node)
135-
- Publish workflow for GitHub Release-based npm publishing
136-
- Issue and PR templates
137-
- Dependabot configuration
138-
- CONTRIBUTING.md guide
139-
- Comprehensive README badges (CI, npm downloads, license)
140-
141-
### Changed
142-
143-
- Upgraded all dependencies to latest versions
144-
- Removed semantic-release in favor of GitHub Release workflow
145-
- Simplified CI workflow (removed matrix, added format check)
146-
- Formatted all code with Prettier
147-
- Improved package.json with format script, engines, and lint-staged config
148-
- Cleaned up README and removed duplicates
149-
150-
### Fixed
151-
152-
- Fixed 15 security vulnerabilities by upgrading dependencies
153-
154-
## [1.2.1] - 2024-12-11
155-
156-
### Features
157-
158-
- add tests, update README, set up GitHub Actions, and fix code
159-
160-
## [1.2.0] - 2024-12-11
161-
162-
### Features
163-
164-
- add tests, update README, set up GitHub Actions, and fix code
165-
166-
## [1.1.0] - 2024-12-11
167-
168-
### Features
169-
170-
- add tests, update README, set up GitHub Actions, and fix code
171-
172-
## [1.0.1] - 2024-12-11
173-
174-
### Bug Fixes
175-
176-
- update semantic-release configuration
177-
178-
## [1.0.0] - 2024-12-11
179-
180-
### Bug Fixes
181-
182-
- update semantic-release configuration

0 commit comments

Comments
 (0)