Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Apr 4, 2023
1 parent d502582 commit 14e3a7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.2.0

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

### 🚀 Enhancements

- Add typescript declarations and vitest ([13e0345](https://github.com/jcamp-code/starter-typescript/commit/13e0345))
- Added unbuild ([e290883](https://github.com/jcamp-code/starter-typescript/commit/e290883))

### 📖 Documentation

- Update readme ([d502582](https://github.com/jcamp-code/starter-typescript/commit/d502582))

### ❤️ Contributors

- John Campion <john@brightshore.com>

## v0.1.0

### 🚀 Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jcamp/starter-typescript",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Starter repo for Typescript projects and NPM packages",
"author": "John Campion",
Expand Down

0 comments on commit 14e3a7a

Please sign in to comment.