Skip to content

Commit a96c86f

Browse files
committed
chore(release): v1.1.1
## 1.1.1 - 2025-11-06 ### Fix - Publish npm package to gh (#448) [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent a343ffc commit a96c86f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0] - 2025-11-04
8+
## [1.1.1] - 2025-11-06
9+
10+
### Fixed
11+
12+
- Publish npm package to gh (#448)
13+
14+
## [1.1.0] - 2025-11-06
915

1016
### Added
1117

@@ -105,12 +111,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105111

106112
- Remove src code from container image (#430)
107113

114+
108115
## [1.0.0] - 2025-05-16
109116

110117
### Changed
111118

112119
- Initial commit
113120

121+
[1.1.1]: https://github.com/diggsweden/rest-api-profil-lint-processor/compare/v1.1.0..v1.1.1
114122
[1.1.0]: https://github.com/diggsweden/rest-api-profil-lint-processor/compare/v1.0.0..v1.1.0
115123

116124
<!-- generated by git-cliff -->

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": "@diggsweden/rest-api-profil-lint-processor",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./dist/app.js",
55
"bin": {
66
"raplp": "dist/cli.js"

0 commit comments

Comments
 (0)