diff --git a/CHANGELOG.md b/CHANGELOG.md index fa102ea..da7f86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.3.1](https://github.com/nuxt-community/snipcart-module/compare/v1.3.0...v1.3.1) (2021-10-18) + + +### Bug Fixes + +* update locales to escape ' char ([e2ca420](https://github.com/nuxt-community/snipcart-module/commit/e2ca420fca96dc81f8456341a8a27edc9915768b)) + ## [1.3.0](https://github.com/nuxt-community/snipcart-module/compare/v1.2.2...v1.3.0) (2021-06-15) diff --git a/package.json b/package.json index fdd142b..b0c459e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/snipcart", - "version": "1.3.0", + "version": "1.3.1", "description": "snipcart module for nuxt", "repository": "nuxt-community/snipcart-module", "license": "MIT",