We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9352911 commit e554514Copy full SHA for e554514
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## v0.2.0
16
17
[compare changes](https://github.com/jcamp-code/starter-typescript/compare/v0.1.0...v0.2.0)
package.json
@@ -1,7 +1,7 @@
{
"name": "@jcamp/starter-typescript",
"type": "module",
- "version": "0.2.0",
+ "version": "0.2.1",
"private": true,
"description": "Starter repo for Typescript projects and NPM packages",
"author": "John Campion",
0 commit comments