Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joyet-simon authored and github-actions[bot] committed Sep 16, 2024
1 parent 0631ed8 commit 96afbac
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v4.6.0 - 2024-09-16

### Changes

### 🚀 New Features

- Add test warning on Frontstore (#124)

#### Contributors

@FranceBe, @Francois-Gomis, @alma-renovate-bot, @alma-renovate-bot[bot], @github-actions, @hyahiaoui and @joyet-simon

## v4.5.2 - 2024-07-16

### Changes
Expand Down Expand Up @@ -110,6 +122,7 @@
* `build:sitepref` (see below)
* `lint` allow to lint css, js and isml for the cartridge
* `uploadCartridge` upload cartridge to a sandbox

* refactored widget and fragment usage to use Alma plans
* refactored Alma controller
* refactored job for onShipment orders
Expand Down
2 changes: 1 addition & 1 deletion cartridges/int_alma/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.5.2",
"version": "4.6.0",
"hooks": "./hooks.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alma-sfcc-plugin",
"version": "4.5.2",
"version": "4.6.0",
"description": "Alma SFCC integration plugin",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/mocks/helpers/almaPaymentHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function resolvedPaymentData(installmentsCount, defferedDays, locale, origin, ha
custom_data: {
cms_name: 'SFCC',
cms_version: '4.0.0',
alma_plugin_version: '4.5.2'
alma_plugin_version: '4.6.0'
}
},
customer: {
Expand Down

0 comments on commit 96afbac

Please sign in to comment.