File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.0] - 2025-03-20
9+
10+ ## Added
11+
12+ ### New flag
13+
14+ - Add new flag "-o" to overwrite openapi file
15+
816## [ 1.1.0] - 2025-02-02
917
1018## Added
Original file line number Diff line number Diff line change 11{
22 "name" : " openapi-example-aggregator" ,
33 "description" : " openapi-example-aggregator" ,
4- "version" : " 1.1 .0" ,
4+ "version" : " 1.2 .0" ,
55 "bin" : {
66 "oea" : " index.js"
77 },
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ npm i openapi-example-aggregator -g
4242
4343#### ` Arguments `
4444
45- | argv | a | description |
46- | ------ | --- | ----------------- |
47- | --file | -f | path openapi file |
45+ | argv | a | description |
46+ | ----------- | --- | --------------------------- |
47+ | --file | -f | path openapi file |
48+ | --overwrite | -o | overwrite the original file |
4849
4950#### ` Normal ` usage
5051
You can’t perform that action at this time.
0 commit comments