Skip to content

Commit ccc01c8

Browse files
authored
Merge pull request #11 from KONFeature/changeset-release/main
Version Packages
2 parents bb49e95 + ec0fc68 commit ccc01c8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/rich-cheetahs-retire.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# erpc-config-generator
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`b334abc`](https://github.com/KONFeature/erpc-config-generator/commit/b334abc4904ff0ef2248a52f44a087fbec4992bb) Thanks [@KONFeature](https://github.com/KONFeature)! - - Introduce the builder pattern using `initErpcConfig`
8+
- Remove auto generated type and move to the exported type of `@erpc-cloud/config`
9+
- Review upstreams builder helpers for a wider support of the matching pattern
10+
- Remove YAML file generation, since erpc now support js/ts config file
11+
- Remove free rpc benchmark for now, currently envisaging multiple way to re-introduce it later, maybe using dynamic config or the selection eval policy?
12+
313
## 0.0.13
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@konfeature/erpc-config-generator",
33
"description": "Simple typescript tools to generate eRPC yaml config file",
4-
"version": "0.0.13",
4+
"version": "0.1.0",
55
"author": "KONFeature",
66
"license": "Apache-2.0",
77
"maintainers": [

0 commit comments

Comments
 (0)