Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 13, 2023
1 parent 07a4b35 commit 0b6bca9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

## v3.0.1 (2023-10-13)

#### :bug: Bug Fix
* `ember-cli-mirage`
* [#2559](https://github.com/miragejs/ember-cli-mirage/pull/2559) Restore usingProxy config ([@SergeAstapov](https://github.com/SergeAstapov))

#### :memo: Documentation
* `ember-cli-mirage-docs`
* [#2552](https://github.com/miragejs/ember-cli-mirage/pull/2552) Use markdown links format ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* `ember-cli-mirage`
* [#2560](https://github.com/miragejs/ember-cli-mirage/pull/2560) Update .npmignore ([@SergeAstapov](https://github.com/SergeAstapov))

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

# Ember CLI Mirage Change log

Releases (along with upgrade instructions) are documented on the Github [Releases](https://github.com/miragejs/ember-cli-mirage/releases) page.
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.0",
"version": "3.0.1",
"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.0",
"version": "3.0.1",
"description": "A client-side server to help you build, test and demo your Ember app",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 0b6bca9

Please sign in to comment.