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

Commit

Permalink
chore(release): 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniCodeMonkey committed Feb 13, 2019
1 parent fcf24ab commit 0d25c5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@

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.

<a name="0.0.8"></a>
## 0.0.8 (2019-02-13)



<a name="0.0.7"></a>
## 0.0.7 (2019-02-03)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "lightning-maps-react",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/build.js",
"scripts": {
"build": "npm run clean && webpack",
"clean": "rimraf dist",
"clean:examples": "rimraf examples/dist",
"examples": "npm run clean:examples && webpack-dev-server --config examples/webpack.config.js --mode development",
"clean:dev": "rimraf examples/dist",
"dev": "npm run clean:dev && webpack-dev-server --config examples/webpack.config.js --mode development",
"test": "npm run standard",
"standard": "standard \"**/*.js\"",
"bump": "npx standard-version"
},
"dependencies": {
"lightning-maps": "0.0.6",
"lightning-maps": "0.0.10",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
Expand Down

0 comments on commit 0d25c5e

Please sign in to comment.