Skip to content

Commit f80ff19

Browse files
chore(main): release 0.2.1 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f765d52 commit f80ff19

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0"}
1+
{".":"0.2.1"}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/awslabs/toolkit-md/compare/v0.2.0...v0.2.1) (2026-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Revert Claude 4.6 support ([#43](https://github.com/awslabs/toolkit-md/issues/43)) ([f765d52](https://github.com/awslabs/toolkit-md/commit/f765d5297000a8bf94885f7dbd45c7d6a177d2ec))
9+
310
## [0.2.0](https://github.com/awslabs/toolkit-md/compare/v0.1.8...v0.2.0) (2026-03-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/toolkit-md",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "cli.js",
55
"license": "Apache-2.0",
66
"repository": {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
} from "./commands/index.js";
2727

2828
// x-release-please-start-version
29-
export const VERSION = "0.2.0";
29+
export const VERSION = "0.2.1";
3030
// x-release-please-end
3131

3232
process.on("SIGINT", () => {

0 commit comments

Comments
 (0)