From ac25ab386f3e0d3d232a213adb48e1ce0dbce257 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Thu, 23 Jul 2020 14:02:38 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b94a22..09a696f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.12.3] - 2020.07.23 + +### Fixed + +- Bump version for `vsf-utilities` - @gibkigonzo (#495) + ## [1.12.2] - 2020.07.20 diff --git a/package.json b/package.json index b03b1ffe..62a6de48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-storefront-api", - "version": "1.12.2", + "version": "1.12.3", "private": true, "description": "vue-storefront API and data services", "main": "dist",