Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1cc2292

Browse files
authored
chore: release 0.2.3 (#85)
1 parent c500ea3 commit 1cc2292

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ because this is a development tool, not a production product.
88
We do try to tell you about such changes in this `CHANGELOG.md`
99
and we fix bugs as fast as we can.
1010

11+
<a id="0.2.3"></a>
12+
## 0.2.3 (2016-12-28)
13+
* Unpin RxJs
14+
1115
<a id="0.2.2"></a>
1216
## 0.2.2 (2016-12-20)
1317
* Update to Angular 2.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "An in-memory web api for Angular demos and tests",
55
"main": "bundles/in-memory-web-api.umd.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)