Skip to content

Commit 8cd0202

Browse files
authored
Merge pull request #491 from neo4j/changeset-release/main
Release new version - changesets
2 parents 42d4b76 + 8cd8878 commit 8cd0202

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/friendly-mugs-try.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @neo4j/cypher-builder
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#490](https://github.com/neo4j/cypher-builder/pull/490) [`98694cb`](https://github.com/neo4j/cypher-builder/commit/98694cbbd225e3046528c70cd7e6d79442485e4d) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for `WITH HEADERS` in `LoadCSV`:
8+
9+
```js
10+
new Cypher.LoadCSV("https://data.neo4j.com/bands/artists.csv", new Cypher.Variable()).withHeaders();
11+
```
12+
13+
```cypher
14+
LOAD CSV WITH HEADERS FROM \\"https://data.neo4j.com/bands/artists.csv\\" AS var0
15+
```
16+
317
## 2.2.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/cypher-builder",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A programmatic API for building Cypher queries for Neo4j",
55
"exports": "./dist/index.js",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)