Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Apr 7, 2024
1 parent 541c195 commit 22105ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.0.1] - 2024-04-07
### Fixed
- Version number fix

## [6.0.0] - 2024-04-07

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "5.2.3",
"version": "6.0.1",
"useNx": true
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/azure-kusto-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-data",
"version": "5.2.3",
"version": "6.0.1",
"description": "Azure Data Explorer Query SDK",
"module": "dist-esm/src/index.js",
"types": "./types/src/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/azure-kusto-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-ingest",
"version": "5.2.3",
"version": "6.0.1",
"description": "Azure Data Explorer Ingestion SDK",
"module": "dist-esm/src/index.js",
"types": "./types/src/index.d.ts",
Expand Down Expand Up @@ -64,16 +64,16 @@
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"@types/uuid-validate": "0.0.1",
"azure-kusto-data": "^5.2.3",
"azure-kusto-data": "^6.0.1",
"browserify-zlib": "0.2.0",
"buffer": "^6.0.3",
"is-ip": "^3.1.0",
"stream-array": "^1.1.2",
"stream-browserify": "3.0.0",
"stream-to-array": "^2.3.0",
"tmp-promise": "^3.0.3",
"uuid": "^8.3.2",
"uuid-validate": "0.0.3",
"is-ip": "^3.1.0"
"uuid-validate": "0.0.3"
},
"devDependencies": {
"@types/sinon": "^10.0.13",
Expand Down

0 comments on commit 22105ff

Please sign in to comment.