Skip to content

Commit 8ab17f5

Browse files
chore: release septic-config 1.30.0
1 parent 1ff84de commit 8ab17f5

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/extension":"1.29.1", "packages/septic":"1.0.0"}
1+
{"packages/extension":"1.30.0","packages/septic":"1.0.0"}

packages/extension/CHANGELOG.md

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

3+
## [1.30.0](https://github.com/equinor/vscode-septic/compare/septic-config-v1.29.1...septic-config-v1.30.0) (2026-01-20)
4+
5+
6+
### ✨ Features
7+
8+
* add support for linting scg in CLI ([#887](https://github.com/equinor/vscode-septic/issues/887)) ([1ff84de](https://github.com/equinor/vscode-septic/commit/1ff84deb3f35697463a3dd2ef553afefbd6e3a31))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @equinor/septic-config-lib bumped to 1.1.0
16+
317
## [1.29.1](https://github.com/equinor/vscode-septic/compare/septic-config-v1.29.0...septic-config-v1.29.1) (2026-01-15)
418

519

packages/extension/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Provides snippets, syntax highlighting and multi-level folding in Septic config files.",
66
"author": "Equinor ASA",
77
"license": "MIT",
8-
"version": "1.29.1",
8+
"version": "1.30.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/equinor/vscode-septic"
@@ -563,9 +563,10 @@
563563
"test_with_coverage": "pnpm build && nyc mocha --import ts-node/esm --require source-map-support/register --recursive server/src/test/**/*.test.ts "
564564
},
565565
"dependencies": {
566-
"@equinor/septic-config-lib": "workspace:*",
567566
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
568-
"js-yaml": "^4.1.1"
567+
"ajv": "^8.12.0",
568+
"js-yaml": "^4.1.1",
569+
"@equinor/septic-config-lib": "workspace:*"
569570
},
570571
"devDependencies": {
571572
"@types/vscode": "^1.105.0",

0 commit comments

Comments
 (0)