Skip to content

Commit

Permalink
fix: moved price rounding to amounts file
Browse files Browse the repository at this point in the history
- added node v17 to qa tests
- updated package version
  • Loading branch information
schaechinger committed Nov 16, 2021
1 parent 90d1df3 commit e09553c
Show file tree
Hide file tree
Showing 7 changed files with 8,440 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]

name: Testing @ node ${{ matrix.node-version }} / ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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).

## [0.9.1] - 2021-11-16

### Fixed

- Rounding error in shopping cart summary total price (Thanks to @as19git67)

## [0.9.0] - 2021-08-23

### Added
Expand Down
Loading

0 comments on commit e09553c

Please sign in to comment.