Skip to content

Commit 1472b6c

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2025-05-07) ### Bug Fixes * **ci:** include semantic-release in devDeps and update workflow ([57ed589](57ed589)) * **ci:** use npm run for update:version in semantic-release prepareCmd ([94fb1ca](94fb1ca)) ### Performance Improvements * Update dependencies ([519c49c](519c49c))
1 parent 57ed589 commit 1472b6c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.1.2](https://github.com/aashari/nodejs-confluence-export/compare/v1.1.1...v1.1.2) (2025-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** include semantic-release in devDeps and update workflow ([57ed589](https://github.com/aashari/nodejs-confluence-export/commit/57ed589d5986a04fa0bc32a2f9bb8ad45e45916f))
7+
* **ci:** use npm run for update:version in semantic-release prepareCmd ([94fb1ca](https://github.com/aashari/nodejs-confluence-export/commit/94fb1caa56e691a41f9f3b00e13c1309cfd104ed))
8+
9+
10+
### Performance Improvements
11+
12+
* Update dependencies ([519c49c](https://github.com/aashari/nodejs-confluence-export/commit/519c49c8efad862f9d5cdc7d288089952c5b0b36))
13+
114
## [1.1.1](https://github.com/aashari/nodejs-confluence-export/compare/v1.1.0...v1.1.1) (2025-05-07)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/nodejs-confluence-export",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "CLI tool to export Confluence pages by space with flexible filtering options.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -132,4 +132,4 @@
132132
"engines": {
133133
"node": ">=18.0.0"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)