Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 20, 2021
1 parent c696245 commit ff01201
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.3.0](https://www.github.com/server-state/types/compare/v0.2.0...v0.3.0) (2021-09-20)


### Features

* :tada: Relaunch initial commit ([dc6f69d](https://www.github.com/server-state/types/commit/dc6f69d7582f38a3ad1f77b67e073b116cc45f08))
* Add types from the Extension API ([43dcbce](https://www.github.com/server-state/types/commit/43dcbcec9c46d4c252cdd75a319e07f16d52ea72))
* Update Extension API Types ([13ad425](https://www.github.com/server-state/types/commit/13ad4253b19b403c0e8e4282848f03472a6068ba))


### Bug Fixes

* **extensions:** :ambulance: Fix wrong types and add missing docs to Extension API types ([a4661d0](https://www.github.com/server-state/types/commit/a4661d0e41bd90553676b648550f80c0ee2704a9))
* Fix `async` problems in Extension API Types ([3d0b6c6](https://www.github.com/server-state/types/commit/3d0b6c6dfe93b034a5f7cbafaeee800582505455))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@server-state/types",
"description": "Types for Server State and their projects",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://www.server-state.tech/",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit ff01201

Please sign in to comment.