Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.0](v4.4.0...v4.5.0) (2022-06-14)

### ✨ New Features

* add custom insurance option ([#674](#674)) ([caaee09](caaee09))
* add instabox ([#662](#662)) ([d322919](d322919))
* update shipping status orderbeheer ([#677](#677)) ([2cbb2be](2cbb2be))

### 🐛 Bug Fixes

* don't render delivery options when already visible ([#680](#680)) ([d5c084a](d5c084a))
* **om:** order grid shipment column options ([#681](#681)) ([cb7d2c0](cb7d2c0))
* **regression:** mailbox price is baseprice by itself ([#686](#686)) ([c7d07ac](c7d07ac))
* **regression:** remove instabox pickup options ([#685](#685)) ([88f2020](88f2020))
* set default carrier for row shipments ([#679](#679)) ([5f5437b](5f5437b))
* set filterable and searchable attributes to false ([#668](#668)) ([7961df1](7961df1))
  • Loading branch information
semantic-release-bot committed Jun 14, 2022
1 parent 127bbf0 commit f59928a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/myparcelnl/magento/compare/v4.4.0...v4.5.0) (2022-06-14)


### :sparkles: New Features

* add custom insurance option ([#674](https://github.com/myparcelnl/magento/issues/674)) ([caaee09](https://github.com/myparcelnl/magento/commit/caaee09ee09740c0d24e2bcdff138e9024a9bd24))
* add instabox ([#662](https://github.com/myparcelnl/magento/issues/662)) ([d322919](https://github.com/myparcelnl/magento/commit/d3229192fc76a8a0e927254a68d0b9c558649cb0))
* update shipping status orderbeheer ([#677](https://github.com/myparcelnl/magento/issues/677)) ([2cbb2be](https://github.com/myparcelnl/magento/commit/2cbb2bee1a5dae4883b1ab5384a12da73682e1a3))


### :bug: Bug Fixes

* don't render delivery options when already visible ([#680](https://github.com/myparcelnl/magento/issues/680)) ([d5c084a](https://github.com/myparcelnl/magento/commit/d5c084ab138c322c1a973a9443c3761015086f5c))
* **om:** order grid shipment column options ([#681](https://github.com/myparcelnl/magento/issues/681)) ([cb7d2c0](https://github.com/myparcelnl/magento/commit/cb7d2c0d23377156ce65df2a104117dade981503))
* **regression:** mailbox price is baseprice by itself ([#686](https://github.com/myparcelnl/magento/issues/686)) ([c7d07ac](https://github.com/myparcelnl/magento/commit/c7d07ac48a1d9ca15b40aa13611e608184f904b6))
* **regression:** remove instabox pickup options ([#685](https://github.com/myparcelnl/magento/issues/685)) ([88f2020](https://github.com/myparcelnl/magento/commit/88f202069a0ac7ff702db7570f386afe76db1b01))
* set default carrier for row shipments ([#679](https://github.com/myparcelnl/magento/issues/679)) ([5f5437b](https://github.com/myparcelnl/magento/commit/5f5437baeadfa635a686565624a98a89b8c37892))
* set filterable and searchable attributes to false ([#668](https://github.com/myparcelnl/magento/issues/668)) ([7961df1](https://github.com/myparcelnl/magento/commit/7961df125bb5e1fffa37fd79d5ff8dbcb453a107))
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/magento",
"version": "4.4.0",
"version": "4.5.0",
"description": "A Magento 2 module that creates MyParcel labels",
"keywords": [
"myparcel",
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": "@myparcel/magento",
"version": "1.0.0",
"version": "4.5.0",
"private": true,
"description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/",
"homepage": "https://myparcelnl.github.io/magento",
Expand Down

0 comments on commit f59928a

Please sign in to comment.