Skip to content

Commit eadaeb9

Browse files
chore(release): 0.3.0
# [0.3.0](v0.2.4...v0.3.0) (2021-08-03) ### Features * add support for orbitjs v0.17.x ([#84](#84)) ([9e706ef](9e706ef)) [skip ci]
1 parent 9e706ef commit eadaeb9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [0.3.0](https://github.com/exivity/react-orbitjs/compare/v0.2.4...v0.3.0) (2021-08-03)
2+
3+
4+
### Features
5+
6+
* add support for orbitjs v0.17.x ([#84](https://github.com/exivity/react-orbitjs/issues/84)) ([9e706ef](https://github.com/exivity/react-orbitjs/commit/9e706ef8ddde2678e3462dec270eb2ac044fb0d6))

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-orbitjs",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "React.js bindings for Orbit.js",
55
"license": "MIT",
66
"repository": {
@@ -74,7 +74,9 @@
7474
"react": ">=16"
7575
},
7676
"jest": {
77-
"testMatch": ["**/__tests__/*.js"],
77+
"testMatch": [
78+
"**/__tests__/*.js"
79+
],
7880
"coverageDirectory": "./coverage/",
7981
"collectCoverage": true,
8082
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)