Skip to content

Commit

Permalink
chore: release 0.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Nov 18, 2020
1 parent f6ba797 commit ae5cb36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0](https://www.github.com/zakodium/adonis-react/compare/v0.0.1...v0.1.0) (2020-11-18)


### Features

* introduce useAdonisContext ([954e9ca](https://www.github.com/zakodium/adonis-react/commit/954e9ca07e30bbb6d2c40061e9d09b019095f527))


### Bug Fixes

* improve types for passing props ([9301c19](https://www.github.com/zakodium/adonis-react/commit/9301c197ce5f2a8e53c55b685165767d82f0dc08))
* **types:** expose share method ([2ee57cc](https://www.github.com/zakodium/adonis-react/commit/2ee57cc9a352a902a1bc07cbfdafd51e1267db06))

### 0.0.1 (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-react",
"version": "0.0.1",
"version": "0.1.0",
"description": "React provider for AdonisJS 5",
"main": "./lib/providers/ReactProvider.js",
"types": "./lib/src/types.d.ts",
Expand Down

0 comments on commit ae5cb36

Please sign in to comment.