Skip to content

Commit

Permalink
Release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarangi authored Dec 16, 2020
1 parent 5e75ca4 commit 45944fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Unreleased
## [v1.6.5] - 2020.12.16
### Changed
- Upgrade Web Components to version 3.15.10

Expand Down Expand Up @@ -262,6 +262,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v1.6.5]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.5
[v1.6.4]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.4
[v1.6.3]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.3
[v1.6.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"magento/zendframework1": "^1.13"
},
"require-dev": {
"magento/magento-coding-standard": "^5.0",
"magento/magento-coding-standard": "^6.0",
"pdepend/pdepend": ">=2.5.1",
"phpmd/phpmd": "^2.7",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": ">=6.1 <8.0"
},
"autoload": {
Expand Down

0 comments on commit 45944fc

Please sign in to comment.