Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikek2252 committed Jun 28, 2021
1 parent 46b6d56 commit 93bc3f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v3.1.0 (2021-06-28)

#### :rocket: Enhancement
* [#367](https://github.com/simplabs/ember-intl-analyzer/pull/367) Add `--fix` CLI option ([@Mikek2252](https://github.com/Mikek2252))
* [#320](https://github.com/simplabs/ember-intl-analyzer/pull/320) Add support for basic conditionals in the t helper ([@Mikek2252](https://github.com/Mikek2252))

#### :house: Internal
* [#369](https://github.com/simplabs/ember-intl-analyzer/pull/369) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87))

#### Committers: 3
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v3.0.0 (2020-10-14)

#### :boom: Breaking Change
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-intl-analyzer",
"version": "3.0.0",
"version": "3.1.0",
"description": "Find unused translations in your Ember.js projects",
"homepage": "https://github.com/simplabs/ember-intl-analyzer",
"repository": "git@github.com:simplabs/ember-intl-analyzer.git",
Expand Down

0 comments on commit 93bc3f4

Please sign in to comment.