Skip to content

Commit 0a89b34

Browse files
authored
Merge pull request #2 from apiaddicts/develop
Add descriptive data
2 parents 0502e7f + bb53c1e commit 0a89b34

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)