Skip to content

Commit e09553c

Browse files
committed
fix: moved price rounding to amounts file
- added node v17 to qa tests - updated package version
1 parent 90d1df3 commit e09553c

File tree

7 files changed

+8440
-1077
lines changed

7 files changed

+8440
-1077
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
platform: [ubuntu-latest, macos-latest, windows-latest]
35-
node-version: [10.x, 12.x, 14.x, 16.x]
35+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
3636

3737
name: Testing @ node ${{ matrix.node-version }} / ${{ matrix.platform }}
3838
runs-on: ${{ matrix.platform }}

CHANGELOG.md

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

8+
## [0.9.1] - 2021-11-16
9+
10+
### Fixed
11+
12+
- Rounding error in shopping cart summary total price (Thanks to @as19git67)
13+
814
## [0.9.0] - 2021-08-23
915

1016
### Added

0 commit comments

Comments
 (0)