Skip to content

Commit 2105e99

Browse files
chore: release main (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4422e61 commit 2105e99

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cli": "1.3.0",
2+
"cli": "1.3.1",
33
"plugins/typescript": "2.0.0"
44
}

cli/CHANGELOG.md

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

3+
### [1.3.1](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.3.0...cli-v1.3.1) (2022-02-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix `path` usage for node 14 ([#34](https://github.com/fabien0102/openapi-codegen/issues/34)) ([4422e61](https://github.com/fabien0102/openapi-codegen/commit/4422e61b317ffd4d3aa0b30340592063c4a222cc))
9+
310
## [1.3.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.2.0...cli-v1.3.0) (2022-01-27)
411

512

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "OpenAPI Codegen cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)