Skip to content

Commit 00b8631

Browse files
chore(release): 2.1.1
## [2.1.1](v2.1.0...v2.1.1) (2024-09-16) ### Bug Fixes * improve logging around failed cumulative updates ([4657282](4657282))
1 parent 7b0502d commit 00b8631

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/tediousjs/setup-sqlserver/compare/v2.1.0...v2.1.1) (2024-09-16)
4+
5+
### Bug Fixes
6+
7+
* improve logging around failed cumulative updates ([4657282](https://github.com/tediousjs/setup-sqlserver/commit/4657282e03d8bd126d6086f161c6b0c755863874))
8+
39
## [2.1.0](https://github.com/tediousjs/setup-sqlserver/compare/v2.0.0...v2.1.0) (2024-08-09)
410

511
### 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.1.0",
3+
"version": "2.1.1",
44
"description": "A GitHub action for installing SQL Server",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)