Skip to content

Commit c49803d

Browse files
committed
fix: remove node_modules from .vscodeignore and prepare release v0.3.1
1 parent 8fd8015 commit c49803d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.vscodeignore

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ test-project/**
2121
babel.config.js
2222

2323
# development
24-
node_modules
2524
tmp

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented here. The format is based
44
on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
55
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2019/10/19 0.3.1
8+
9+
### Fixed
10+
11+
- fix "Cannot find module 'toggl-api'." issue
12+
713
## 2019/10/18 0.3.0
814

915
### Added

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Stefan Natter",
66
"publisher": "natterstefan",
77
"license": "Apache-2.0",
8-
"version": "0.3.0",
8+
"version": "0.3.1",
99
"main": "./dist/index.js",
1010
"files": [
1111
"dist"

0 commit comments

Comments
 (0)