Skip to content

Commit b09f320

Browse files
committed
Update CHANGELOG.md for 1.1.1, fix typo in README.
1 parent f61625e commit b09f320

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2018-02-12
10+
11+
### Fixed
12+
13+
* No longer throw when running generators if `ember-cli-version-checker` version too low.
14+
* Clarified some parts of the README that misled people on handling certain errors.
15+
916
## [1.1.0] - 2018-02-12
1017

1118
### Added
@@ -135,7 +142,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
135142
* Basic, semi-working functionality.
136143

137144
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
138-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...HEAD
145+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...HEAD
146+
[1.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1
139147
[1.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.6...v1.1.0
140148
[1.0.6]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.5...v1.0.6
141149
[1.0.5]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.4...v1.0.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class UserProfile extends Component {
167167
}
168168
```
169169

170-
This is a workaround for how incredibly dynamic `Ember.Object` instances are, and is only necessary but i; again, see [the relevant blog post for details][pt2].
170+
This is a workaround for how incredibly dynamic `Ember.Object` instances are and hopefully will improve over time as we continue to iterate on the type definitions. Again, see [the relevant blog post for details][pt2].
171171

172172
#### Nested keys in `get` or `set`
173173

0 commit comments

Comments
 (0)