Skip to content

Commit dbe5c01

Browse files
chore(release): 0.1.0
1 parent c8097d4 commit dbe5c01

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.0.3...v0.1.0) (2022-09-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* move base options from nuxt config to app config
11+
12+
### Features
13+
14+
* move base options from nuxt config to app config ([4145b25](https://github.com/cssninjaStudio/nuxt-toaster/commit/4145b25ecd0da337777f21e10931385a9fa9ce8d))
15+
16+
17+
### Bug Fixes
18+
19+
* define props override issue ([c8097d4](https://github.com/cssninjaStudio/nuxt-toaster/commit/c8097d4cc8f8ab57ffa0af81bfb74f401c47b0b7))
20+
521
### [0.0.3](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.0.2...v0.0.3) (2022-09-23)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssninja/nuxt-toaster",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)