Skip to content

Commit 339f99d

Browse files
v0.3.0 (#7)
1 parent 09217c8 commit 339f99d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.3.0
2+
3+
- Change Scope to be an enum, to allow enumeration
4+
- Adds EXTENSION_CONFIG to ENV to pass arbitrary data to the extension
5+
- Make the provider mandatory from the extension type
6+
17
# Version 0.2.0 (Initial Release)
28

39
The first (of many to come) releases for the extensions library

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": "@runtimed/extensions",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Interfaces and shared code for building extensions to the runt ecosystem",
55
"keywords": [
66
"runtimed",

0 commit comments

Comments
 (0)