Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJPx2 committed Sep 28, 2023
1 parent aa90383 commit 4be0f52
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/stevenjpx2/nuxt-split-type/compare/v0.0.2...v0.1.0)

### 🚀 Enhancements

- ⚠️ Add SplitType native returns to composable output, component props are now reactive ([5448f04](https://github.com/stevenjpx2/nuxt-split-type/commit/5448f04))

### 📖 Documentation

- Update README with new outputs ([aa90383](https://github.com/stevenjpx2/nuxt-split-type/commit/aa90383))

### 🏡 Chore

- Add package.json niceties and add warning to README ([6801bda](https://github.com/stevenjpx2/nuxt-split-type/commit/6801bda))

#### ⚠️ Breaking Changes

- ⚠️ Add SplitType native returns to composable output, component props are now reactive ([5448f04](https://github.com/stevenjpx2/nuxt-split-type/commit/5448f04))

### ❤️ Contributors

- Steven John <stevenjpx2@gmail.com>

## v0.0.2

[compare changes](https://github.com/stevenjpx2/nuxt-split-type/compare/v0.0.1...v0.0.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-split-type",
"version": "0.0.2",
"version": "0.1.0",
"description": "Nuxt SplitType",
"repository": "stevenjpx2/nuxt-split-type",
"license": "MIT",
Expand Down Expand Up @@ -61,4 +61,4 @@
"split-type": "^0.3.3",
"vitest": "^0.33.0"
}
}
}

0 comments on commit 4be0f52

Please sign in to comment.