Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 0d25c5e

Browse files
chore(release): 0.0.8
1 parent fcf24ab commit 0d25c5e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.0.8"></a>
6+
## 0.0.8 (2019-02-13)
7+
8+
9+
510
<a name="0.0.7"></a>
611
## 0.0.7 (2019-02-03)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "lightning-maps-react",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"main": "dist/build.js",
55
"scripts": {
66
"build": "npm run clean && webpack",
77
"clean": "rimraf dist",
8-
"clean:examples": "rimraf examples/dist",
9-
"examples": "npm run clean:examples && webpack-dev-server --config examples/webpack.config.js --mode development",
8+
"clean:dev": "rimraf examples/dist",
9+
"dev": "npm run clean:dev && webpack-dev-server --config examples/webpack.config.js --mode development",
1010
"test": "npm run standard",
1111
"standard": "standard \"**/*.js\"",
1212
"bump": "npx standard-version"
1313
},
1414
"dependencies": {
15-
"lightning-maps": "0.0.6",
15+
"lightning-maps": "0.0.10",
1616
"react": "^16.7.0",
1717
"react-dom": "^16.7.0"
1818
},

0 commit comments

Comments
 (0)