Skip to content

Commit 9f7a677

Browse files
committed
Release 0.1.1
1 parent 8e73547 commit 9f7a677

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
3+
## v0.1.1 (2022-06-14)
4+
5+
#### :bug: Bug Fix
6+
* [#7](https://github.com/knownasilya/ember-supabase/pull/7) fix: underscore model name ([@charlesfries](https://github.com/charlesfries))
7+
* [#6](https://github.com/knownasilya/ember-supabase/pull/6) fix: use serialized key name when finding included records ([@charlesfries](https://github.com/charlesfries))
8+
9+
#### Committers: 1
10+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
11+
212
## v0.1.0 (2022-05-23)
313

414
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-supabase",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)