Skip to content

Commit

Permalink
Released v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and BrianSipple committed Jun 17, 2016
1 parent 55324c4 commit 1adb17a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 0.1.2 / 16-06-2016

- Create `CHANGELOG.md` 👍
- Update to `axe-core` @ 1.1.1 and ensure that `addBowerPackageToProject` in the default blueprint explicitly matches the version.
2 changes: 1 addition & 1 deletion config/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// For details on each option run `ember help release`
module.exports = {
// local: true,
// remote: 'some_remote',
remote: 'upstream'
// annotation: "Release %@",
// message: "Bumped version to %@",
// manifest: [ 'package.json', 'bower.json', 'someconfig.json' ],
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": "ember-a11y-testing",
"version": "0.1.1",
"version": "0.1.2",
"description": "The future of accessibility testing in Ember",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 1adb17a

Please sign in to comment.