diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc810e..d4f57c3 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.2.1](https://github.com/nuxt-community/snipcart-module/compare/v1.2.0...v1.2.1) (2021-03-15) + + +### Bug Fixes + +* move funding to the correct place ([accefc3](https://github.com/nuxt-community/snipcart-module/commit/accefc38a067dbd364795382a54e8b2717843384)) + ## [1.2.0](https://github.com/nuxt-community/snipcart-module/compare/v1.1.1...v1.2.0) (2021-03-15) diff --git a/package.json b/package.json index d139339..904a1ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/snipcart", - "version": "1.2.0", + "version": "1.2.1", "description": "snipcart module for nuxt", "repository": "nuxt-community/snipcart-module", "license": "MIT",