Skip to content

Commit

Permalink
Version 1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRiv committed Jul 18, 2016
1 parent 45b83ab commit fbf38d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.3.0"></a>
### 1.3.0

#### Features

* Adds proper [Bower](https://bower.io/) support ([45b83ab](https://github.com/Comcast/Surf-N-Perf/commit/45b83abdbb58ac95d23d2ec7b450293cb54fb63d))

<a name="1.2.0"></a>
### 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With Surf-N-Perf, all you need is `surfnperf.getMark('foo')';`, and that's just

Check out the [JavaScript API](https://github.com/Comcast/Surf-N-Perf/wiki/JavaScript-API) to see all of its features and the [full documentation](http://comcast.github.io/Surf-N-Perf/docs/SurfNPerf.html) for a list of methods & how to use them.

Available as both an [NPM Module](https://www.npmjs.com/package/surfnperf) and a [Ruby Gem](https://rubygems.org/gems/surfnperf).
Available as an [NPM Module](https://www.npmjs.com/package/surfnperf), [Ruby Gem](https://rubygems.org/gems/surfnperf), and a [Bower](https://bower.io/) package.

[![Build Status](https://travis-ci.org/Comcast/Surf-N-Perf.svg?branch=master)](https://travis-ci.org/Comcast/Surf-N-Perf)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfnperf",
"version": "1.2.0",
"version": "1.3.0",
"description": "Micro-library for gathering frontend web page performance data",
"main": "surfnperf.min",
"engines": {
Expand Down

0 comments on commit fbf38d6

Please sign in to comment.