Skip to content

Commit 17592f8

Browse files
committed
Release 3.0.0-beta.1
1 parent 477b0d3 commit 17592f8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
4+
## v3.0.0-beta.1 (2023-03-01)
5+
6+
#### :boom: Breaking Change
7+
* [#913](https://github.com/ember-cli/ember-try/pull/913) Bump node to supported versions ([@hjdivad](https://github.com/hjdivad))
8+
9+
#### :bug: Bug Fix
10+
* [#912](https://github.com/ember-cli/ember-try/pull/912) Downgraded fs-extra version to 6.x to fix a fs.copy related issue. ([@larry-x-yu](https://github.com/larry-x-yu))
11+
12+
#### :memo: Documentation
13+
* [#798](https://github.com/ember-cli/ember-try/pull/798) Fix a link in CHANGELOG.md ([@lolmaus](https://github.com/lolmaus))
14+
15+
#### :house: Internal
16+
* [#788](https://github.com/ember-cli/ember-try/pull/788) tests/npm-adapter: Use async/await instead of promise chains ([@Turbo87](https://github.com/Turbo87))
17+
18+
#### Committers: 4
19+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
20+
- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
21+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
22+
- [@larry-x-yu](https://github.com/larry-x-yu)
23+
324
## v2.0.0 (2021-11-04)
425

526
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-try",
3-
"version": "2.0.0",
3+
"version": "3.0.0-beta.1",
44
"description": "An ember-cli addon to test against multiple dependencies, such as ember and ember-data.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)