We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9fd83 commit ee72753Copy full SHA for ee72753
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 7.1.0 (Not released)
+## 7.1.0
4
5
### Noticeable changes
6
package.json
@@ -1,8 +1,8 @@
{
"name": "microcosm",
- "version": "7.1.0-rc1",
+ "version": "7.1.0",
"description": "A functional flux architecture",
- "main": "index.js",
+ "main": "src/index.js",
"scripts": {
7
"coveralls": "CONTINUOUS_INTEGRATION=true npm test && coveralls < coverage/report-lcov/lcov.info",
8
"prepublish": "./scripts/prepublish",
0 commit comments