Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
georapbox committed Jul 20, 2017
1 parent 677d8cd commit 1c1da50
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
node_modules
/demo
/tests/*.html
/coverage
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.2.5
- Add working example using Angular 1.x.
- Update devDependencies.

## v3.2.4
- Improve tests and coverage

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "georapbox.pubsub.js",
"version": "3.2.4",
"version": "3.2.5",
"homepage": "https://github.com/georapbox/PubSub",
"authors": [
"George Raptis <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/pubsub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PubSub",
"version": "3.2.4",
"version": "3.2.5",
"description": "Javascript implementation of the Publish/Subscribe pattern.",
"main": "src/pubsub.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/georapbox/PubSub#readme",
"devDependencies": {
"eslint": "~4.1.1",
"eslint": "~4.2.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-uglify": "~3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PubSub.js
* Javascript implementation of the Publish/Subscribe pattern.
*
* @version 3.2.4
* @version 3.2.5
* @author George Raptis <[email protected]> (georapbox.github.io)
* @homepage https://github.com/georapbox/PubSub#readme
* @repository git+https://github.com/georapbox/PubSub.git
Expand Down

0 comments on commit 1c1da50

Please sign in to comment.