Skip to content

Commit b5dd302

Browse files
committed
chore(release): 1.47.0 [skip ci]
# [1.47.0](v1.46.4...v1.47.0) (2018-12-21) ### Bug Fixes * Created matchAll function wrapper for minimatch so dir globs are properly ignored ([#432](#432)) ([dda6f13](dda6f13)) ### Features * Added History lens ([#440](#440)) ([35988d1](35988d1))
1 parent 35988d1 commit b5dd302

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.47.0](https://github.com/JohnstonCode/svn-scm/compare/v1.46.4...v1.47.0) (2018-12-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Created matchAll function wrapper for minimatch so dir globs are properly ignored ([#432](https://github.com/JohnstonCode/svn-scm/issues/432)) ([dda6f13](https://github.com/JohnstonCode/svn-scm/commit/dda6f13))
7+
8+
9+
### Features
10+
11+
* Added History lens ([#440](https://github.com/JohnstonCode/svn-scm/issues/440)) ([35988d1](https://github.com/JohnstonCode/svn-scm/commit/35988d1))
12+
113
## [1.46.4](https://github.com/JohnstonCode/svn-scm/compare/v1.46.3...v1.46.4) (2018-12-05)
214

315

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "1.46.4",
5+
"version": "1.47.0",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.26.0"

0 commit comments

Comments
 (0)