diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2225754 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# [1.0.0](https://github.com/sngular/openapi-nodejs-cli/compare/v0.4.1...v1.0.0) (2023-06-14) + +### chore + +- change distribution files structure ([172db25](https://github.com/sngular/openapi-nodejs-cli/commit/172db25ac9e57359da81580edf74d5b759805304)) + +### BREAKING CHANGES + +- The directory structure for distributable files has changed to improve compatibility with npm package managers. diff --git a/package-lock.json b/package-lock.json index 326743a..73ec776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sngular/openapi-nodejs-cli", - "version": "0.4.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sngular/openapi-nodejs-cli", - "version": "0.4.1", + "version": "1.0.0", "license": "Mozilla Public License 2.0", "dependencies": { "axios": "^0.26.1", diff --git a/package.json b/package.json index 221a1b4..5c284ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sngular/openapi-nodejs-cli", - "version": "0.4.1", + "version": "1.0.0", "description": "Generates nodejs, typescript client and Angular client methods from an OpenApi document", "keywords": [ "nodejs",