Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Change Log
==========

## [2.5.1](https://github.com/integromat/vscode-apps-sdk/compare/2.5.0...2.5.1) (2026-06-09)


### Bug Fixes

* run IML function tests against draft code, not published code ([#338](https://github.com/integromat/vscode-apps-sdk/issues/338)) ([ba449d9](https://github.com/integromat/vscode-apps-sdk/commit/ba449d98e76f131d7ce055a5396c9ac00a5ba17d))


### Build System

* bump the devdeps-minor-update group with 2 updates ([#339](https://github.com/integromat/vscode-apps-sdk/issues/339)) ([7a395b3](https://github.com/integromat/vscode-apps-sdk/commit/7a395b3a903cda7c8b17be3637f9fcb48368a39b))
* bump vscode-languageclient from 10.0.0-next.20 to 10.0.0-next.21 ([#340](https://github.com/integromat/vscode-apps-sdk/issues/340)) ([3af925d](https://github.com/integromat/vscode-apps-sdk/commit/3af925d14fa287723f3ed80665c28656a0ef0979))
* bump vscode-languageserver from 10.0.0-next.16 to 10.0.0-next.17 ([#341](https://github.com/integromat/vscode-apps-sdk/issues/341)) ([163fab9](https://github.com/integromat/vscode-apps-sdk/commit/163fab9e91daf8f442c9ce401b1b051ed6656a5d))


### Continuous Integration

* update release-please.yml [skip CI] ([ecefb1c](https://github.com/integromat/vscode-apps-sdk/commit/ecefb1c0d0c6eb944c757f2b3cad1410da840868))
* update validate-pr.yml ([3c1bff4](https://github.com/integromat/vscode-apps-sdk/commit/3c1bff4f10c8bdd61fda93c8f5fa67936dd11cb7))
* update validate-pr.yml ([10857a5](https://github.com/integromat/vscode-apps-sdk/commit/10857a58ada1059aa0914cbc3a134176fea54a9a))
* update validate-pr.yml [skip CI] ([b4152ce](https://github.com/integromat/vscode-apps-sdk/commit/b4152ceb1e361d79a1e9106f6d3d95d0fa0634be))

## [2.5.0](https://github.com/integromat/vscode-apps-sdk/compare/2.4.1...2.5.0) (2026-03-16)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apps-sdk",
"displayName": "Make Apps Editor",
"description": "Helps to create, develop, download and deploy apps of the Make no-code visual integration and automation platform.",
"version": "2.5.0",
"version": "2.5.1",
"icon": "resources/make.png",
"repository": {
"type": "git",
Expand Down
Loading