Skip to content

Commit b5fdc46

Browse files
authored
Merge pull request #11 from zopiolabs/changelog-update-0.2.0
chore(release): update changelog for v0.2.0
2 parents 0158d21 + 68cb76b commit b5fdc46

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# 0.1.0 (2025-06-25)
1+
# [0.2.0](https://github.com/aicd/aicd/compare/v0.1.0...v0.2.0) (2025-06-26)
2+
3+
4+
### Bug Fixes
5+
6+
* add release as valid PR type in validation workflow ([f07278a](https://github.com/aicd/aicd/commit/f07278a379c969a1522812ab6fdb74b97c62838e))
7+
* changelog generation with proper package.json version updates ([dc24ad8](https://github.com/aicd/aicd/commit/dc24ad8715b47d51cc4b0b7e0ee51f27ef885bb6))
8+
* resolve all PR [#6](https://github.com/aicd/aicd/issues/6) blocking issues ([cb5488e](https://github.com/aicd/aicd/commit/cb5488ee04c349825055962422d7a74ce9c699df))
9+
* resolve PR [#6](https://github.com/aicd/aicd/issues/6) blocking issues ([622b4ed](https://github.com/aicd/aicd/commit/622b4ed81d926201e1573389be3683937ed0097a))
10+
* resolve release workflow issues for branch protection and build dependencies ([a08f2eb](https://github.com/aicd/aicd/commit/a08f2eb2f2d19dbd2396e94df2e39ee1950e79e4))
11+
* resolve TypeScript unused import errors ([345fbd1](https://github.com/aicd/aicd/commit/345fbd13ec762c4350e354ad3b30ded63afc4797))
12+
* update pnpm version to match CI workflows ([1c11fe7](https://github.com/aicd/aicd/commit/1c11fe7c36867cc68c053fd67d97e50a851841f1))
13+
14+
15+
### Features
16+
17+
* add validateInput utility function for release pipeline validation ([7245526](https://github.com/aicd/aicd/commit/72455260ead4ff443b2097302d27d8adf329dbc3))
18+
* add version flag to CLI tool ([a727ccb](https://github.com/aicd/aicd/commit/a727ccb6412b25fd5b4598460de32b7e413e1237))
19+
20+
21+
22+
# [0.1.0](https://github.com/aicd/aicd/compare/fe93a4218c90e68d3777f4fb6466efefd52ff5be...v0.1.0) (2025-06-25)
223

324

425
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aicd",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "AI-powered continuous deployment platform",
66
"author": "zopio",

0 commit comments

Comments
 (0)