We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039eafe commit 10be9b6Copy full SHA for 10be9b6
2 files changed
README.md
@@ -161,6 +161,9 @@ angular.module('app')
161
162
## Changelog
163
164
+### 1.0.0
165
+* Upgraded to work with latest angular.
166
+
167
### 0.1.0
168
* Fixed issue interface with the latest angular package.
169
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "angular-socket.io-mock",
3
"description": "Drop in Mock replacement for angular-socket-io",
4
- "version": "0.1.0",
+ "version": "1.0.0",
5
"authors": [
6
7
"name": "Bryan Tong",
0 commit comments