Skip to content

Commit e67080a

Browse files
authored
Version fix (#31)
1 parent eb152ac commit e67080a

File tree

5 files changed

+128
-120
lines changed

5 files changed

+128
-120
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
- checkout
88
- restore_cache:
99
key: dependency-cache-{{ checksum "package.json" }}
10-
- run:
11-
name: Audit Dependencies
12-
command: npm audit --audit-level=high
1310
- run:
1411
name: Installing Dependencies
1512
command: npm install

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.5 (April 06, 2023)
2+
* Fixed version mismatch
3+
14
## 1.1.4 (March 12, 2021)
25

36
* Update sailor version to 2.6.24

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "SQL Server",
33
"description": "elastic.io integration component for Microsoft SQL Server",
4-
"buildType": "docker",
4+
"version": "1.1.5",
55
"credentials": {
66
"fields": {
77
"server": {

0 commit comments

Comments
 (0)