Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Sep 4, 2024
1 parent f92aa7d commit ba90cf7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@


## v3.0.4 (2024-09-04)

#### :rocket: Enhancement
* `ember-cli-mirage`
* [#2578](https://github.com/miragejs/ember-cli-mirage/pull/2578) add v5.x to the list of ember-inflector versions ([@poulet42](https://github.com/poulet42))

#### :house: Internal
* `ember-cli-mirage`
* [#2583](https://github.com/miragejs/ember-cli-mirage/pull/2583) Add v5.4 LTS to CI matrix ([@SergeAstapov](https://github.com/SergeAstapov))
* `ember-cli-mirage-docs`, `ember-cli-mirage`
* [#2582](https://github.com/miragejs/ember-cli-mirage/pull/2582) Bump pnpm to v9 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Corentin ([@poulet42](https://github.com/poulet42))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

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

#### :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.3",
"version": "3.0.4",
"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.3",
"version": "3.0.4",
"description": "A client-side server to help you build, test and demo your Ember app",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit ba90cf7

Please sign in to comment.