Skip to content

Commit

Permalink
chore(release): v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 3, 2022
1 parent 66040f2 commit c438e37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# [4.5.0](https://github.com/nontangent/ng-atomic/compare/v4.4.0...v4.5.0) (2022-12-03)
## [4.5.1](https://github.com/nontangent/ng-atomic/compare/v4.5.0...v4.5.1) (2022-12-03)


### Bug Fixes

* **schematics-x:** fix build config ([625c0e3](https://github.com/nontangent/ng-atomic/commit/625c0e327b2209eac6ef1be149b39d9bfdec85eb))
* **schematics-x:** fix options bug in file schematic ([71edc29](https://github.com/nontangent/ng-atomic/commit/71edc29e6c4b3266d1be16fbb089fcc37d1bec3b))


### Features

* add new project `schematics-x` ([044ffb8](https://github.com/nontangent/ng-atomic/commit/044ffb8c9a2c7e6d032a55a0baae487de1c87387))
* **schematics-x:** add `file` schematics ([8e37c61](https://github.com/nontangent/ng-atomic/commit/8e37c612bc66ec8125a44d273df5b9f2c14a9081))
* **schematics-x:** add `instruct` schematics ([d0b1043](https://github.com/nontangent/ng-atomic/commit/d0b1043768383e2835df31112073f6ddd96ddbf3))
* **schematics-x:** add project schematics-x ([1e029f4](https://github.com/nontangent/ng-atomic/commit/1e029f4c614a4c0acf739ed8d2e35e7b675f9b6b))
* **schematics:** add inputs option to `gpt3` schematics ([aaf17f3](https://github.com/nontangent/ng-atomic/commit/aaf17f30fbccc95d78008ea25891c5e49f360914))
* **schematics:** change algorithm for API input length limit ([fa05bf2](https://github.com/nontangent/ng-atomic/commit/fa05bf2826a5ac64545c6377e3d0f8c8fe8d96a1))
* **schematics:** change some property accessor to `protected` from `private` in Prompter ([cd35d07](https://github.com/nontangent/ng-atomic/commit/cd35d073ea627f0a35e2d6455dc534ac07a47223))
* **schematics-x:** add options `overwrite` and `parallel` ([987f99b](https://github.com/nontangent/ng-atomic/commit/987f99b2d968f1e6aee6ca86fe18be02d376390d))
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-atomic/platform",
"version": "4.5.0",
"version": "4.5.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit c438e37

Please sign in to comment.