Skip to content

Commit

Permalink
build: force bump to release types (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Jacobs <[email protected]>
  • Loading branch information
alecjacobs5401 authored Aug 30, 2024
1 parent 4b0f05c commit df9e8a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/proxy-sigv4-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# 0.3.0 (2024-08-30)

_Release only to fix missing `dist/index.d.ts` definitions_

# 0.3.0 (2024-08-30)

### Features

- **proxy-sigv4-backend:** migrate to aws-sdk v3 for js and remove deprecations ([#10](https://github.com/segmentio/segment-backstage-plugins/issues/10)) ([cac1d4a](https://github.com/segmentio/segment-backstage-plugins/commit/cac1d4a89015af48fcf1e2e274dcf330858e57cd))
Expand Down
2 changes: 1 addition & 1 deletion plugins/proxy-sigv4-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/backstage-plugin-proxy-sigv4-backend",
"description": "Backstage backend plugin that configures endpoints for signing and proxying HTTP requests with AWS SigV4",
"version": "0.3.0",
"version": "0.3.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit df9e8a7

Please sign in to comment.