We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb524e commit 08aa259Copy full SHA for 08aa259
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [3.1.0](https://github.com/chrisrzhou/react-globe/compare/v3.0.2...v3.1.0) (2019-06-17)
+## [3.1.1](https://github.com/chrisrzhou/react-globe/compare/v3.0.2...v3.1.1) (2019-06-17)
4
5
### Bug Fixes and Enhancements
6
package.json
@@ -1,10 +1,10 @@
{
"name": "react-globe",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Create beautiful and interactive React + ThreeJS globe visualizations with ease.",
"main": "dist/index.js",
"module": "dist/index.module.js",
7
- "types": "src/index.d.ts",
+ "types": "dist/index.d.ts",
8
"keywords": [
9
"react",
10
"three",
0 commit comments