Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit f181d32

Browse files
committed
chore(release): Release v0.5.0
1 parent 91e597e commit f181d32

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-d3-word-cloud",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "An AngularJS directive for angular-d3-word-cloud.js base on d3.js",
55
"main": ["dist/angular-d3-word-cloud.js"],
66
"authors": [

dist/angular-word-cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* angular-d3-word-cloud 0.4.0
2+
* angular-d3-word-cloud 0.5.0
33
* Running example base on express server
44
* https://weihanchen.github.io/angular-d3-word-cloud/
55
*

dist/angular-word-cloud.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ gulp.task('toDist', function() {
3333
.pipe(gulp.dest('docs/dist'))
3434
.pipe(concat('angular-word-cloud.min.js')).pipe(ngAnnotate()).pipe(uglify({
3535
mangle: true
36-
})).pipe(gulp.dest('dist'))
36+
}))
37+
.pipe(banner(comment, {
38+
pkg: pkg
39+
}))
40+
.pipe(gulp.dest('dist'))
3741
.pipe(gulp.dest('docs/dist'));
3842
});
3943

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-d3-word-cloud",
33
"description": "Running example base on express server",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"homepage": "https://weihanchen.github.io/angular-d3-word-cloud/",
77
"author": {

0 commit comments

Comments
 (0)