Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Feb 26, 2024
1 parent 259505c commit f85b0c7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

## v3.0.3 (2024-02-26)

#### :bug: Bug Fix
* `ember-cli-mirage`
* [#2569](https://github.com/miragejs/ember-cli-mirage/pull/2569) Filter out `ShimModelClass` instances when running `discoverEmberDataModels` ([@gilest](https://github.com/gilest))

#### :house: Internal
* [#2575](https://github.com/miragejs/ember-cli-mirage/pull/2575) use pnpm node version selection instead of volta ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Giles Thompson ([@gilest](https://github.com/gilest))


## v3.0.2 (2023-10-18)

#### :bug: Bug Fix
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-cli-mirage",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "A client-side server to help you build, test and demo your Ember app",
"homepage": "https://github.com/miragejs/ember-cli-mirage",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage",
"version": "3.0.2",
"version": "3.0.3",
"description": "A client-side server to help you build, test and demo your Ember app",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f85b0c7

Please sign in to comment.