Skip to content

Commit ec8d2ab

Browse files
committed
Release 3.0.0
1 parent 9d9763a commit ec8d2ab

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
5+
## v3.0.0 (2023-08-16)
6+
7+
#### :boom: Breaking Change
8+
* [#920](https://github.com/ember-cli/ember-try/pull/920) Drop Node.js 14 support ([@SergeAstapov](https://github.com/SergeAstapov))
9+
10+
#### :rocket: Enhancement
11+
* [#960](https://github.com/ember-cli/ember-try/pull/960) Use pnpm's --no-lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
* [#956](https://github.com/ember-cli/ember-try/pull/956) Remove warning about pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
* [#850](https://github.com/ember-cli/ember-try/pull/850) Add support for npm overrides ([@mansona](https://github.com/mansona))
14+
15+
#### :memo: Documentation
16+
* [#957](https://github.com/ember-cli/ember-try/pull/957) Document pnpm options and behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### :house: Internal
19+
* [#934](https://github.com/ember-cli/ember-try/pull/934) Update github CI yaml ([@mansona](https://github.com/mansona))
20+
* [#933](https://github.com/ember-cli/ember-try/pull/933) Update smoke test to fix CI ([@mansona](https://github.com/mansona))
21+
* [#893](https://github.com/ember-cli/ember-try/pull/893) update smoke-test-app to fix CI ([@mansona](https://github.com/mansona))
22+
23+
#### Committers: 3
24+
- Chris Manson ([@mansona](https://github.com/mansona))
25+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
26+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
27+
428
## v3.0.0-beta.1 (2023-03-01)
529

630
#### :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": "3.0.0-beta.1",
3+
"version": "3.0.0",
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)