Skip to content

Commit

Permalink
Merge pull request #374 from cloud-pi-native/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--socle

chore(main): release 2.12.1
  • Loading branch information
this-is-tobi authored Oct 18, 2024
2 parents 0fbd26f + 2baf9d0 commit bf029de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.12.0"
".": "2.12.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.12.1](https://github.com/cloud-pi-native/socle/compare/v2.12.0...v2.12.1) (2024-10-18)


### Bug Fixes

* :bug: always b64 encode exposed_ca_pem because it is decoded ([2237f93](https://github.com/cloud-pi-native/socle/commit/2237f9395d33c78513a2c2bde5eb6e6f96ef9e9b))

## [2.12.0](https://github.com/cloud-pi-native/socle/compare/v2.11.2...v2.12.0) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-socle",
"version": "2.12.0",
"version": "2.12.1",
"private": true,
"scripts": {
"format": "eslint . --fix",
Expand Down

0 comments on commit bf029de

Please sign in to comment.