File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
plugins/genai/agent-langgraph Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 0.1.0 (2024-12-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add Generative AI plugin ([ #313 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/313 ) ) ([ cf19564] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/cf19564d5395d58e98417405fa36553f86530a36 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/genai-plugin-langgraph-agent-for-backstage" ,
3
3
"description" : " LangGraph agent module package for the GenAI AWS plugins for Backstage" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"main" : " src/index.ts" ,
6
6
"types" : " src/index.ts" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments