Skip to content

Commit d862985

Browse files
release v1.2.2 (#63)
# Releases ## node-es-transformer@1.2.2 ### Patch Changes - [#62](#62) [`238f525`](238f525) - Fix CSV mapping inference to skip ingest pipeline and auto-detect delimited format Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 238f525 commit d862985

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-csv-infer-mappings.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#62](https://github.com/walterra/node-es-transformer/pull/62) [`238f525`](https://github.com/walterra/node-es-transformer/commit/238f5258054ffc809cd14a77d0ae2226fc2b3727) - Fix CSV mapping inference to skip ingest pipeline and auto-detect delimited format
8+
39
## 1.2.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"author": "Walter M. Rafelsberger <walter@rafelsberger.at>",
3434
"contributors": [],
35-
"version": "1.2.1",
35+
"version": "1.2.2",
3636
"engines": {
3737
"node": ">=22.0.0"
3838
},

0 commit comments

Comments
 (0)