Skip to content

Commit 476fae3

Browse files
chore(release): 3.0.0
## [3.0.0](v2.2.0...v3.0.0) (2025-09-30) ### ⚠ BREAKING CHANGES * Upgrade the action runtime to node24. ### Features * update action to use node24 ([118c752](118c752)) ### Bug Fixes * use `node:` prefixed imports ([28f08b4](28f08b4))
1 parent af16290 commit 476fae3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/tediousjs/setup-sqlserver/compare/v2.2.0...v3.0.0) (2025-09-30)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Upgrade the action runtime to node24.
8+
9+
### Features
10+
11+
* update action to use node24 ([118c752](https://github.com/tediousjs/setup-sqlserver/commit/118c7523a928f7b82764cb7d9bf52af91d6d8437))
12+
13+
### Bug Fixes
14+
15+
* use `node:` prefixed imports ([28f08b4](https://github.com/tediousjs/setup-sqlserver/commit/28f08b4a3d8fd86bd98713fcc7fcfa3e90c760c7))
16+
317
## [2.2.0](https://github.com/tediousjs/setup-sqlserver/compare/v2.1.1...v2.2.0) (2024-12-04)
418

519
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tediousjs/setup-sqlserver",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "A GitHub action for installing SQL Server",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)