Skip to content

Commit

Permalink
Prepping for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Jun 2, 2016
1 parent 3901aa5 commit 12e30ae
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

![](logo/postaljs.jpg "Special Thanks to Derick Bailey for the postal logo!")

## Version 2.0.1 ([MIT](http://www.opensource.org/licenses/mit-license))
[![Build Status](https://travis-ci.org/postaljs/postal.js.svg?branch=master)](https://travis-ci.org/postaljs/postal.js)

## Version 2.0.2 ([MIT](http://www.opensource.org/licenses/mit-license))

> See the [changelog](https://github.com/postaljs/postal.js/blob/master/changelog.md) for information on if the current version of postal has breaking changes compared to any older version(s) you might be using. Version 0.11+ removed the dependency on ConduitJS and significantly improved publishing performance. Version 1.0+ added an optional embedded-and-customized-lodash build.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lib/postal.js"
],
"dependencies": {
"lodash": "4.x"
"lodash": "^4.12"
},
"devDependencies": {
"jquery": "~1.10.2",
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# v2.x

## v2.0.2
* Thanks to @jcreamer898:
* Fixed lodash paths, removed unnecesary `_.noConflict()` call.
* Added travis.yml.

## v2.0.1
* Added call to lodash's noConflict.

Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "postal.js",
"repo": "postaljs/postal.js",
"description": "Client-side messaging library",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"pub/sub",
"pub",
Expand All @@ -17,7 +17,7 @@
"envelope"
],
"dependencies": {
"component/lodash": "4.x"
"component/lodash": "^4.12"
},
"scripts": ["lib/postal.min.js", "lib/postal.js"],
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* postal - Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.
* Author: Jim Cowart (http://ifandelse.com)
* Version: v2.0.1
* Version: v2.0.2
* Url: http://github.com/postaljs/postal.js
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.lodash.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* postal - Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.
* Author: Jim Cowart (http://ifandelse.com)
* Version: v2.0.1
* Version: v2.0.2
* Url: http://github.com/postaljs/postal.js
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/postal.lodash.min.js

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

2 changes: 1 addition & 1 deletion lib/postal.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,7 +1,7 @@
{
"name": "postal",
"description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "http://github.com/postaljs/postal.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
{
"name": "Jonathan Creamer",
"url": "http://freshbrewedcode.com/jonathancreamer"
"url": "https://github.com/jcreamer898"
},
{
"name": "Elijah Manor",
Expand Down

0 comments on commit 12e30ae

Please sign in to comment.