Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-muffin committed Jul 21, 2022
1 parent 53cb053 commit e463e28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.4](https://github.com/public-js/ng-openapi-gen/compare/0.0.3...0.0.4) (2022-07-21)


### Features

* add ability to override lineSeparator ([fde1f64](https://github.com/public-js/ng-openapi-gen/commit/fde1f64aec4650c3d796c10cb3226cd35507aca6))

### [0.0.3](https://github.com/public-js/ng-openapi-gen/compare/0.0.2...0.0.3) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-openapi-gen",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"scripts": {
"ps-test:quick": "nx build ng-openapi-gen && nx pseudo-test ng-openapi-gen",
Expand Down
2 changes: 1 addition & 1 deletion packages/ng-openapi-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-js/ng-openapi-gen",
"version": "0.0.3",
"version": "0.0.4",
"description": "An OpenAPI 3 code generator for Angular",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "~9.0.0",
Expand Down

0 comments on commit e463e28

Please sign in to comment.