Skip to content

Commit

Permalink
Merge pull request #26 from klarna-incubator/release-please--branches…
Browse files Browse the repository at this point in the history
…--master--components--aps-evaluator

chore(master): release 2.0.0
  • Loading branch information
phirani27 authored Jan 12, 2024
2 parents 38de5a6 + 44e7e98 commit 0053a75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [2.0.0](https://github.com/klarna-incubator/aps-evaluator/compare/v1.5.0...v2.0.0) (2024-01-12)


### ⚠ BREAKING CHANGES

* support for multi possible values for productId and merchantName

### Features

* support for multi possible values for productId and merchantName ([7a3200c](https://github.com/klarna-incubator/aps-evaluator/commit/7a3200c7dd4349ff6d3401092804d63718eaae31))

## [1.5.0](https://github.com/klarna-incubator/aps-evaluator/compare/v1.4.0...v1.5.0) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klarna/aps-evaluator",
"version": "1.5.0",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Rickard Bergeling <rickard.bergeling@klarna.com>",
Expand Down

0 comments on commit 0053a75

Please sign in to comment.