Skip to content

Commit

Permalink
upgrade package version to 11.1.0 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgilad committed Jun 17, 2024
1 parent e7deb72 commit a4f4a80
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,27 @@ Every PR should come with a test that checks it.
1. Set CI environment variable to "tru"
2. Run `yarn build`

## Running unit tests

- Run `yarn test` from the package folder to run all unit tests

## Running integration tests

1. Run `yarn test:install` from the root of the project
2. Run `yarn test` from the package folder to run the tests in headless mode
3. Run `yarn test:watch` from the package folder to run the tests in a browser and rebuild after each change
- Run `yarn test:integration:install` from the root of the project
- Run `yarn test:integration` from the package folder to run the tests in headless mode
- Run `yarn test:integration:watch` from the package folder to run the tests in a browser and rebuild after each change

## Changelog

### 11.1.0

- feat: Modify the ordering of completion items so that columns always appear at the top.
- feat: upgrade language service next to 11.5.6.

### 11.0.0

- BREAKING CHANGE: Removed the useIntellisenseV2 option; it now defaults to true.
- feat: upgrade language service next to 11.5.5
- feat: upgrade language service next to 11.5.5.

### 10.0.0

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kusto/monaco-kusto",
"version": "11.0.0",
"version": "11.1.0",
"description": "CSL, KQL plugin for the Monaco Editor",
"author": {
"name": "Microsoft"
Expand Down

0 comments on commit a4f4a80

Please sign in to comment.