From dd69d72adbfb2d4d0a251006fc6af3bca8c82377 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jan 2026 23:24:29 -0500 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.4.1...v0.5.0) (2026-01-02) ### Features * add discount and savings fields to Order struct ([043da74](https://git.debyl.io/debyltech/go-snipcart/commit/043da741fafd24e3fb0bddbe06880c81c1b64b1f)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c6dc6d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [0.5.0](https://git.debyl.io/debyltech/go-snipcart/compare/v0.4.1...v0.5.0) (2026-01-02) + + +### Features + +* add discount and savings fields to Order struct ([043da74](https://git.debyl.io/debyltech/go-snipcart/commit/043da741fafd24e3fb0bddbe06880c81c1b64b1f))