Skip to content

Commit 00eca32

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.4.1...v1.0.0) (2023-06-14) ### chore * change distribution files structure ([172db25](172db25)) ### BREAKING CHANGES * The directory structure for distributable files has changed to improve compatibility with npm package managers.
1 parent b4aa189 commit 00eca32

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [1.0.0](https://github.com/sngular/openapi-nodejs-cli/compare/v0.4.1...v1.0.0) (2023-06-14)
2+
3+
### chore
4+
5+
- change distribution files structure ([172db25](https://github.com/sngular/openapi-nodejs-cli/commit/172db25ac9e57359da81580edf74d5b759805304))
6+
7+
### BREAKING CHANGES
8+
9+
- The directory structure for distributable files has changed to improve compatibility with npm package managers.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sngular/openapi-nodejs-cli",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "Generates nodejs, typescript client and Angular client methods from an OpenApi document",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)