Skip to content

Commit

Permalink
chore(main): release 1.17.0 (#537)
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 Apr 17, 2024
1 parent 25787d0 commit 7ec565c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.17.0](https://github.com/equinor/vscode-septic/compare/v1.16.7...v1.17.0) (2024-04-17)


### 🧹 Chores

* **deps:** bump @types/node from 16.18.85 to 16.18.96 ([#539](https://github.com/equinor/vscode-septic/issues/539)) ([e83a049](https://github.com/equinor/vscode-septic/commit/e83a0494d77345b6d8c16ed9238c82692df994a3))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 ([#487](https://github.com/equinor/vscode-septic/issues/487)) ([af5f824](https://github.com/equinor/vscode-septic/commit/af5f8240a9c4a05104467098352ace0106bba74d))
* **deps:** bump eslint from 8.56.0 to 9.0.0 ([#533](https://github.com/equinor/vscode-septic/issues/533)) ([25787d0](https://github.com/equinor/vscode-septic/commit/25787d0fde428da58447106a10798745e6f98b6c))


### 📚 Documentation

* update SEPTIC documentation for latest ([#540](https://github.com/equinor/vscode-septic/issues/540)) ([c51bfb0](https://github.com/equinor/vscode-septic/commit/c51bfb0b54b17492cc9af11755248c52ee020e78))


### ✨ Features

* add command for generating calc cycle report ([#536](https://github.com/equinor/vscode-septic/issues/536)) ([f4f47d5](https://github.com/equinor/vscode-septic/commit/f4f47d5afbe456190f3b74a319bb9f0d9ef41142))


### 🏎️ Optimalization

* add buffer for changes and remove bottleneck ([#534](https://github.com/equinor/vscode-septic/issues/534)) ([53a9569](https://github.com/equinor/vscode-septic/commit/53a95698bd480f4cd6841e939cf84cd93f931f90))

## [1.16.7](https://github.com/equinor/vscode-septic/compare/v1.16.6...v1.16.7) (2024-03-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Provides snippets, syntax highlighting and multi-level folding in Septic config files.",
"author": "Equinor ASA",
"license": "MIT",
"version": "1.16.7",
"version": "1.17.0",
"repository": {
"type": "git",
"url": "https://github.com/equinor/vscode-septic"
Expand All @@ -24,8 +24,10 @@
"main": "./client/out/extension",
"contributes": {
"commands": [
{"command": "septic.detectCycles",
"title": "Septic: Detect Cycles in Calcs"}
{
"command": "septic.detectCycles",
"title": "Septic: Detect Cycles in Calcs"
}
],
"configuration": {
"type": "object",
Expand Down

0 comments on commit 7ec565c

Please sign in to comment.