Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 23, 2016
1 parent b7ffb6d commit 5d0f299
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

## [0.0.2](https://github.com/remarkablemark/webdriven/compare/v0.0.1...v0.0.2) - 2016-11-23

### Added
- [Travis](https://travis-ci.org/remarkablemark/webdriven) and [Coveralls](https://coveralls.io/github/remarkablemark/webdriven) support (#1)
- CHANGELOG

### Changed
- README with better formatting and instructions; added badges and `saveScreenshot` example

## [0.0.1](https://github.com/remarkablemark/webdriven/tree/v0.0.1) - 2016-11-23

### Added
- `build` helper
- `findElement` helper
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": "webdriven",
"version": "0.0.1",
"version": "0.0.2",
"description": "Helpers for selenium-webdriver.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
Expand Down

0 comments on commit 5d0f299

Please sign in to comment.