Skip to content

Commit 4c5285e

Browse files
chore: bump version to 0.3.0-preview.1.0 (#301)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f362f78 commit 4c5285e

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.3.0-preview.1.0] - 2026-02-12
6+
7+
### Fixed
8+
- fix: Version Downgrade for release (#300) (f362f78)
9+
10+
### Other Changes
11+
- correct package name (#297) (e8aba75)
12+
- update readme (#296) (9718ad5)
13+
- Switch from GitHub Packages to npm for publishing (#295) (cd0f976)

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": "@aws/agentcore",
3-
"version": "0.3.0",
3+
"version": "0.3.0-preview.1.0",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)