Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 3e71167

Browse files
committed
[Prerelease] Bumped version number
1 parent 638b310 commit 3e71167

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ node_modules
2828

2929
# Bower
3030
bower_components
31+
32+
# Others
33+
.githubreleaser.json

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<a name="0.1.2"></a>
2+
## 0.1.2 (2016-09-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **markercluster:** drop support ([638b310](https://github.com/elesdoar/ui-leaflet-layers/commit/638b310))
8+
9+
10+
### Features
11+
12+
* **layers:** add suport for multiples services ([59206fc](https://github.com/elesdoar/ui-leaflet-layers/commit/59206fc))
13+
14+
15+

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-leaflet-layers",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/elesdoar/ui-leaflet-layers",
55
"authors": [
66
"Michael Salgado <[email protected]>"

gulp/tasks/release.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ gulp.task('changelog', () => {
1717
});
1818

1919
gulp.task('github-release', done => {
20+
const token = JSON.parse(fs.readFileSync('./gulp/tasks/githubreleaser.json', 'utf8')).token;
2021
conventionalGithubReleaser({
2122
type: 'oauth',
22-
token: '0126af95c0e2d9b0a7c78738c4c00a860b04acc8' // change this to your own GitHub token or use an environment variable
23+
token: token
2324
}, {
2425
preset: 'angular' // Or to any other commit message convention you use.
2526
}, done);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-leaflet-layers",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Angular UI Leaflet Layers Plugin",
55
"main": "dist/ui-leaflet-layers.js",
66
"scripts": {

0 commit comments

Comments
 (0)