Skip to content

Commit 6537fcf

Browse files
committed
1.9.1
1 parent b8df100 commit 6537fcf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.9.1 (2019-07-12)
4+
5+
#### :house: Internal
6+
* [#1895](https://github.com/simplabs/ember-simple-auth/pull/1895) CI: Remove `v` prefix from version tag constraint ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### Committers: 1
9+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
10+
11+
312
## v1.9.0 (2019-07-12)
413

514
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)