Skip to content

Commit 2895eb8

Browse files
chore(main): release 1.3.0
1 parent a5f8940 commit 2895eb8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/philips-software/amp-preview/compare/v1.2.0...v1.3.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* Update to remove infra optional ([#260](https://github.com/philips-software/amp-preview/issues/260)) ([793f904](https://github.com/philips-software/amp-preview/commit/793f904fd603e79ea5020f47520316f080d4f01f))
9+
310
## [1.2.0](https://github.com/philips-software/amp-preview/compare/v1.1.0...v1.2.0) (2025-01-16)
411

512

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (PREVIEW_STANDALONE)
3737
endif()
3838
endif()
3939

40-
project(preview LANGUAGES C CXX VERSION 1.2.0) # x-release-please-version
40+
project(preview LANGUAGES C CXX VERSION 1.3.0) # x-release-please-version
4141

4242
set(CMAKE_CXX_STANDARD 17)
4343
set(CMAKE_CXX_STANDARD_REQUIRED On)

0 commit comments

Comments
 (0)