Skip to content

Commit a912f4c

Browse files
v0.2.0 (#5)
1 parent c7aad31 commit a912f4c

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Version 0.2.0 (Initial Release)
2+
3+
The first (of many to come) releases for the extensions library
4+
5+
- Implement ApiKeyProvider
6+
- Implement RuntError
7+
- General scaffolding

package-lock.json

Lines changed: 5 additions & 6 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.1.0",
3+
"version": "0.2.0",
44
"description": "Interfaces and shared code for building extensions to the runt ecosystem",
55
"keywords": [
66
"runtimed",

0 commit comments

Comments
 (0)