Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-muffin committed May 10, 2022
1 parent 9ff57a6 commit 94ed9de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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.1 (2022-05-10)


### Features

* optimize imports ([2126a92](https://github.com/public-js/ng-openapi-gen/commit/2126a92751b830e5f21916eb18f965ce55883782))
* optimize templates ([e1eafae](https://github.com/public-js/ng-openapi-gen/commit/e1eafae5b8534c0f06f8906481f75f8465fe0acf))
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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"description": "An OpenAPI 3 code generator for Angular",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "~9.0.0",
Expand Down

0 comments on commit 94ed9de

Please sign in to comment.