Skip to content

Commit 5161b57

Browse files
chore(main): release 1.1.1
1 parent a76cdd4 commit 5161b57

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.1.0...v1.1.1) (2025-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Correct spelling of ScopedFeatureContext in ContextManager and related files ([a76cdd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593))
9+
* **hooks:** Changed context to ScenarioContext for BEFORE/AFTER_STEP hook ([#175](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/175)) ([a76cdd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593))
10+
311
## [1.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.0.0...v1.1.0) (2025-04-03)
412

513

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24)
22
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
33

4-
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 1.1.0) # x-release-please-version
4+
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 1.1.1) # x-release-please-version
55

66
include(ccr_test_helpers)
77

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=philips-software
44
sonar.projectName=amp-cucumber-cpp-runner
55

66
# x-release-please-start-version
7-
sonar.projectVersion=1.1.0
7+
sonar.projectVersion=1.1.1
88
# x-release-please-end
99

1010
sonar.links.homepage=https://github.com/philips-software/amp-cucumber-cpp-runner

0 commit comments

Comments
 (0)