Skip to content

Commit

Permalink
Update CHANGELOG.md for 1.1.1, fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Feb 12, 2018
1 parent f61625e commit b09f320
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.1.1] - 2018-02-12

### Fixed

* No longer throw when running generators if `ember-cli-version-checker` version too low.
* Clarified some parts of the README that misled people on handling certain errors.

## [1.1.0] - 2018-02-12

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

[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class UserProfile extends Component {
}
```

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].
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].

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

Expand Down

0 comments on commit b09f320

Please sign in to comment.