From 6d86620177d63995c84b0ec224181d53b1ef6de7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:59:29 +0000 Subject: [PATCH] chore(master): release 1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cde1b7..0b6cbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [1.3.1](https://github.com/klarna-incubator/aps-evaluator/compare/v1.3.0...v1.3.1) (2023-11-17) + + +### Bug Fixes + +* Fixed issue where tracking numbers were not compared correctely ([fdb3407](https://github.com/klarna-incubator/aps-evaluator/commit/fdb340730c2a9ca2fbdd2149324ec4e569475a6d)) + ## [1.3.0](https://github.com/klarna-incubator/aps-evaluator/compare/v1.2.0...v1.3.0) (2023-11-17) diff --git a/package.json b/package.json index 274d0bb..bb66d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@klarna/aps-evaluator", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Rickard Bergeling ",