Skip to content

Commit 26dcdc0

Browse files
committed
build: bump version to 0.2.1
Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
1 parent 533e482 commit 26dcdc0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v0.2.0](https://github.com/devshareacademy/typescript-web-app-template/compare/v0.1.0...v0.2.0)
10+
## [v0.2.1](https://github.com/devshareacademy/typescript-web-app-template/compare/v0.2.0...v0.2.1)
11+
12+
### Security
13+
14+
- security: updated dep versions [`533e482`](https://github.com/devshareacademy/typescript-web-app-template/commit/533e482d9c27aae085d9550b46af7c1cc3998604)
15+
16+
## [v0.2.0](https://github.com/devshareacademy/typescript-web-app-template/compare/v0.1.0...v0.2.0) - 2025-07-29
1117

1218
### Changed
1319

1420
- changed: updated project deps and switched to pnpm [`d07938c`](https://github.com/devshareacademy/typescript-web-app-template/commit/d07938ce67b10b316e9ba402957d1653a415e501)
1521

22+
### Other Commits
23+
24+
- docs: :memo: updated changelog [`f9397b9`](https://github.com/devshareacademy/typescript-web-app-template/commit/f9397b92a208cdf0be8f9ef378389af73ec7c559)
25+
1626
## v0.1.0 - 2025-07-29
1727

1828
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devshareacademy/typescript-web-app-template",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A basic Typescript web app project template that uses Vite.",
55
"scripts": {
66
"start": "vite --config config/vite.config.js",

0 commit comments

Comments
 (0)