Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Miscellaneous release changes.
Browse files Browse the repository at this point in the history
- Port over author changes from gh72.
- Update changelog.
- Time warp to 2016.
  • Loading branch information
timlindvall committed Jul 1, 2016
1 parent 31d8f5f commit 6f6b0f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### v0.2.6 (2016/07/01)
* [#287](https://github.com/linkedin/hopscotch/pull/287) Add new items to .gitignore (ported over from gh72).
* [#275](https://github.com/linkedin/hopscotch/pull/275) Update jasmine version in package.json
* [#273](https://github.com/linkedin/hopscotch/pull/273) Fix unlisten method (wrong callback equals)
* [#253](https://github.com/linkedin/hopscotch/pull/253) Improve documentation of the target attribute of step elements.
* [#280](https://github.com/linkedin/hopscotch/pull/280) Miss a variable declaration
* [#291](https://github.com/linkedin/hopscotch/pull/291) Add error callback for showStep (Issue #274)

### v0.2.5 (2015/07/20)
* [#188](https://github.com/linkedin/hopscotch/pull/188) [GH-188] No event called after tour is finished
* [#193](https://github.com/linkedin/hopscotch/pull/193) [GH-190] Close button should be a button
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
banner : ['/**! <%=pkg.name%> - v<%=pkg.version%>',
'*',
'* Copyright 2015 LinkedIn Corp. All rights reserved.',
'* Copyright 2016 LinkedIn Corp. All rights reserved.',
'*',
'* Licensed under the Apache License, Version 2.0 (the "License");',
'* you may not use this file except in compliance with the License.',
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"type": "git",
"url": "git://github.com/linkedin/hopscotch.git"
},
"author": "Gordon Koo",
"license": "Apache 2.0",
"author": {
"name": "Hopscotch's community of authors and contributors",
"url": "https://github.com/linkedin/hopscotch/graphs/contributors"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/linkedin/hopscotch/issues"
Expand Down

0 comments on commit 6f6b0f7

Please sign in to comment.