Skip to content

Commit e554514

Browse files
committed
chore(release): v0.2.1
1 parent 9352911 commit e554514

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.1
4+
5+
[compare changes](https://github.com/jcamp-code/starter-typescript/compare/v0.2.0...v0.2.1)
6+
7+
### 🩹 Fixes
8+
9+
- Changed defaults for export ([9352911](https://github.com/jcamp-code/starter-typescript/commit/9352911))
10+
11+
### ❤️ Contributors
12+
13+
- John Campion <[email protected]>
14+
315
## v0.2.0
416

517
[compare changes](https://github.com/jcamp-code/starter-typescript/compare/v0.1.0...v0.2.0)

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.2.0",
4+
"version": "0.2.1",
55
"private": true,
66
"description": "Starter repo for Typescript projects and NPM packages",
77
"author": "John Campion",

0 commit comments

Comments
 (0)