Skip to content

Commit 79004c7

Browse files
author
Robert Jackson
committed
Release 5.1.2
1 parent ff31017 commit 79004c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v5.1.2 (2021-01-19)
4+
5+
#### :rocket: Enhancement
6+
* [#242](https://github.com/ember-cli/ember-cli-version-checker/pull/242) Remove extraneous file I/O when checking the same package version ([@davecombs](https://github.com/davecombs))
7+
8+
#### Committers: 2
9+
- Dave Combs ([@davecombs](https://github.com/davecombs))
10+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
11+
12+
313
## v5.1.1 (2020-05-13)
414

515
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-version-checker",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Determine if your addon is being used by a minimum version of Ember CLI.",
55
"homepage": "https://github.com/ember-cli/ember-cli-version-checker",
66
"bugs": {

0 commit comments

Comments
 (0)