Skip to content

Commit 14e3a7a

Browse files
committed
chore(release): v0.2.0
1 parent d502582 commit 14e3a7a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
[compare changes](https://github.com/jcamp-code/starter-typescript/compare/v0.1.0...v0.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add typescript declarations and vitest ([13e0345](https://github.com/jcamp-code/starter-typescript/commit/13e0345))
10+
- Added unbuild ([e290883](https://github.com/jcamp-code/starter-typescript/commit/e290883))
11+
12+
### 📖 Documentation
13+
14+
- Update readme ([d502582](https://github.com/jcamp-code/starter-typescript/commit/d502582))
15+
16+
### ❤️ Contributors
17+
18+
- John Campion <[email protected]>
19+
320
## v0.1.0
421

522
### 🚀 Enhancements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jcamp/starter-typescript",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"private": true,
66
"description": "Starter repo for Typescript projects and NPM packages",
77
"author": "John Campion",

0 commit comments

Comments
 (0)