Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 741bdb2

Browse files
committed
Release Version 5.0.0
1 parent 27a8de1 commit 741bdb2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v5.0.0](https://github.com/netlify/gocommerce-js/compare/v4.4.4-beta1...v5.0.0) - 2019-09-16
11+
12+
### Merged
13+
14+
- Fix issue when rounding multiple values in tax calculation [`#33`](https://github.com/netlify/gocommerce-js/pull/33)
15+
16+
### Commits
17+
18+
- Format using prettier [`1cfdd0e`](https://github.com/netlify/gocommerce-js/commit/1cfdd0e3f3888636bed2bfd9ce76f4907f7de74d)
19+
- Improve test code style [`1b9b9f3`](https://github.com/netlify/gocommerce-js/commit/1b9b9f3cfcb48f03aca5e8fe8d46467d8b3ff404)
20+
1021
## [v4.4.4-beta1](https://github.com/netlify/gocommerce-js/compare/v4.4.3...v4.4.4-beta1) - 2019-09-12
1122

1223
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gocommerce-js",
33
"description": "GoCommerce API client for JavaScript",
4-
"version": "4.4.4-beta1",
4+
"version": "5.0.0",
55
"author": "Mathias Biilmann Christensen",
66
"bugs": {
77
"url": "https://github.com/netlify/gocommerce-js/issues"

0 commit comments

Comments
 (0)