Skip to content

Commit 8139c84

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
# [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2021-08-02) ### Features * use custom config path with --config arg ([e85dea5](e85dea5))
1 parent be89fef commit 8139c84

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0-beta.1](https://github.com/touk/federated-types/compare/v1.0.0...v1.1.0-beta.1) (2021-08-02)
2+
3+
4+
### Features
5+
6+
* use custom config path with --config arg ([e85dea5](https://github.com/touk/federated-types/commit/e85dea5994b8f8a0ff050fe0c62c8751fdd20bcd))
7+
18
# 1.0.0 (2021-07-21)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@touk/federated-types",
3-
"version": "1.0.0",
3+
"version": "1.1.0-beta.1",
44
"description": "share typings for your federated typescript packages around your mono-repo",
55
"main": "cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)