Skip to content

Commit

Permalink
chore(master): release 2.2.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 23, 2024
1 parent e49ba42 commit 4c07a52
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.2.0"
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [2.2.0](https://github.com/le-phare/import/compare/v2.1.0...v2.2.0) (2024-05-23)


### Features

* **pgsql:** handle complex ON CONFLICT target expressions ([#7](https://github.com/le-phare/import/issues/7)) ([4cebf33](https://github.com/le-phare/import/commit/4cebf339fdc7962bd96a74ec8c78f00786d36b20))


### Miscellaneous Chores

* **actions:** add release please workflow and lint ([#8](https://github.com/le-phare/import/issues/8)) ([e49ba42](https://github.com/le-phare/import/commit/e49ba421d960ac16b11bcc38deb5e40efff961d3))

## 2.1.0 (2023-12-19)

### Features
Expand All @@ -24,4 +36,3 @@ All notable changes to this project will be documented in this file.
### Features

* **import:** first version

8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "lephare/import",
"description": "Import CSV/XLS files",
"keywords": ["import", "csv", "xls", "excel", "database"],
"keywords": [
"import",
"csv",
"xls",
"excel",
"database"
],
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 4c07a52

Please sign in to comment.