Skip to content

Commit f85b0c7

Browse files
committed
Release 3.0.3
1 parent 259505c commit f85b0c7

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## v3.0.3 (2024-02-26)
3+
4+
#### :bug: Bug Fix
5+
* `ember-cli-mirage`
6+
* [#2569](https://github.com/miragejs/ember-cli-mirage/pull/2569) Filter out `ShimModelClass` instances when running `discoverEmberDataModels` ([@gilest](https://github.com/gilest))
7+
8+
#### :house: Internal
9+
* [#2575](https://github.com/miragejs/ember-cli-mirage/pull/2575) use pnpm node version selection instead of volta ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 2
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
- Giles Thompson ([@gilest](https://github.com/gilest))
14+
15+
216
## v3.0.2 (2023-10-18)
317

418
#### :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-mirage",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"description": "A client-side server to help you build, test and demo your Ember app",
66
"homepage": "https://github.com/miragejs/ember-cli-mirage",

packages/ember-cli-mirage/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-mirage",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A client-side server to help you build, test and demo your Ember app",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)