Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit 2839dd6

Browse files
chore(release): 1.0.1
1 parent a6130ad commit 2839dd6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.0.1"></a>
6+
## [1.0.1](https://github.com/parsisolution/os-vue/compare/v1.0.0...v1.0.1) (2018-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* change exported variable name to OverlayScrollbarsVue to fix its conflict with main library ([a6130ad](https://github.com/parsisolution/os-vue/commit/a6130ad))

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "os-vue",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Overlay Scrollbars Vue Component",
55
"keywords": [
66
"overlayscrollbars",
@@ -19,8 +19,9 @@
1919
"main": "dist/os-vue.min.js",
2020
"scripts": {
2121
"dev": "cross-env-shell \"rollup -c rollup.config.js\"",
22+
"watch": "cross-env NODE_ENV=development npm run dev -- --watch",
2223
"build": "cross-env NODE_ENV=production npm run dev",
23-
"watch": "cross-env NODE_ENV=development npm run dev -- --watch"
24+
"release": "standard-version"
2425
},
2526
"repository": {
2627
"type": "git",

0 commit comments

Comments
 (0)