From 9205b151c6ee1bcae958f8226b177abd5ffe3cb7 Mon Sep 17 00:00:00 2001 From: Baroshem Date: Thu, 7 Jul 2022 10:04:11 +0200 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bfa84..45323e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [0.1.2](https://github.com/baroshem/nuxt-newsletter/compare/v0.1.1...v0.1.2) (2022-07-07) + + +### Bug Fixes + +* **composable:** disable caching & return error object ([1d78676](https://github.com/baroshem/nuxt-newsletter/commit/1d7867693314de26091f86959b2a2d719f111b87)) +* typos and docs issues ([1262498](https://github.com/baroshem/nuxt-newsletter/commit/12624982c414b3d76122780afcf8d0a8ac78d41c)) + ### 0.1.1 (2022-06-30) diff --git a/package.json b/package.json index 04325ea..2f8f25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-newsletter", - "version": "0.1.1", + "version": "0.1.2", "description": "Newsletter module for Nuxt", "repository": { "type": "git",