Skip to content

Commit 146ed3f

Browse files
committed
chore(release): 1.1.0
1 parent 6512573 commit 146ed3f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## 1.1.0 (2023-01-17)
6+
7+
8+
### Features
9+
10+
* abort first draft wip ([0b15be5](https://github.com/devthejo/foundernetes/commit/0b15be5b8d04e7bf398239f661f344481701ba88))
11+
* async addons ([28b158a](https://github.com/devthejo/foundernetes/commit/28b158a494e822c25771f085ca454bda61c9d991))
12+
* collection name ([cfaead8](https://github.com/devthejo/foundernetes/commit/cfaead869d0ddaa41f3754db823c500ff04e4166))
13+
* infer plugin name from path ([50da4c9](https://github.com/devthejo/foundernetes/commit/50da4c929c52f444ca5ff135ebe21070b2c7eb27))
14+
* iterator factory ([4596ddd](https://github.com/devthejo/foundernetes/commit/4596ddd4adb437dd7512e5c4e65414fabf448de2))
15+
* logging cycle + plugin fork-logger ([5cb1f3b](https://github.com/devthejo/foundernetes/commit/5cb1f3bde5f70a1644f82fd6e45c3e78ec94514f))
16+
* retry ([4a40388](https://github.com/devthejo/foundernetes/commit/4a40388f4798801c5e334141bf1df57796fe77d9))
17+
* retry preCheck and postCheck + improve ([44fc530](https://github.com/devthejo/foundernetes/commit/44fc530aa43c797b8f3f25f095a100ccba6df856))
18+
* retry wip ([f583286](https://github.com/devthejo/foundernetes/commit/f583286edf736ef094898056047a4d5e6e6a48b1))
19+
20+
21+
### Bug Fixes
22+
23+
* abort after iterator ([7b0ddc5](https://github.com/devthejo/foundernetes/commit/7b0ddc5ac33ef2b8c96afe0da872daf3c5c743c8))
24+
* abort wip ([48b6e21](https://github.com/devthejo/foundernetes/commit/48b6e21fe2ccc00e4cd43dfba054236a7310dd38))
25+
* bugfix post check + improve sig abort ([6512573](https://github.com/devthejo/foundernetes/commit/65125730fd7076744701e067fe6ef6a41024ff4d))
26+
* iterators ([3da351b](https://github.com/devthejo/foundernetes/commit/3da351b3559e6665318b99487b7365ece33d10f7))
27+
* jsconfig alias ([bfa7ec2](https://github.com/devthejo/foundernetes/commit/bfa7ec2e8f256145dfc19945aa293087f92b8e1c))
28+
* loader retry + refacto + up direct-logger ([e5e8993](https://github.com/devthejo/foundernetes/commit/e5e8993ad1cf22bd28e689371c2ff023dc309d61))
29+
* nctx up ([2a13ab4](https://github.com/devthejo/foundernetes/commit/2a13ab4abc92beff4214a05c5feeb81912bf67ba))
30+
* nctx up ([60fe192](https://github.com/devthejo/foundernetes/commit/60fe192f054032131cc8fbe0601fa64532657e98))
31+
* playbook name ([7e66dc5](https://github.com/devthejo/foundernetes/commit/7e66dc5d79dd1c9cc60fd57d926cc3874fdd2db5))
32+
* retry ([611c8ec](https://github.com/devthejo/foundernetes/commit/611c8eca8c3d7699e46244b6b0b309550c1abec4))
33+
* use direct-logger ([92f5b0e](https://github.com/devthejo/foundernetes/commit/92f5b0e85eb272773f5ec26e1c9672ea5092585a))
34+
535
### [1.0.5](https://github.com/devthejo/foundernetes/compare/v1.0.4...v1.0.5) (2022-12-03)
636

737
### [1.0.4](https://github.com/devthejo/foundernetes/compare/v1.0.3...v1.0.4) (2022-12-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundernetes",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Infra Idempotence As A Framework",
55
"main": "src/index.js",
66
"repository": "https://github.com/devthejo/foundernetes.git",

0 commit comments

Comments
 (0)