Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 768eb62

Browse files
author
tkostuch
committed
bump version and update changelog
1 parent 07f6d3c commit 768eb62

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.12.2] - UNRELEASED
8-
9-
### Added
10-
11-
12-
### Fixed
13-
14-
- Fix default value for `maxAgeForResponse` - @lauraseidler (#485)
15-
- Adds `vsf-utlilities`. Use productEquals to compare products in o2m - @gibkigonzo (#477)
167

178
## [1.12.2] - UNRELEASED
189

@@ -23,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2314

2415
### Fixed
2516

17+
- Fix default value for `maxAgeForResponse` - @lauraseidler (#485)
18+
- Adds `vsf-utlilities`. Use productEquals to compare products in o2m - @gibkigonzo (#477)
19+
2620
## [1.12.1] - 2020.06.22
2721

2822
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-storefront-api",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"private": true,
55
"description": "vue-storefront API and data services",
66
"main": "dist",

0 commit comments

Comments
 (0)