phos 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Full-stack interactive project generator CLI
|
|
|
10
10
|
[](https://nodejs.org)
|
|
11
11
|
[](http://makeapullrequest.com)
|
|
12
12
|
|
|
13
|
-
**Version 1.2.
|
|
13
|
+
**Version 1.2.1 - Production Release** 🎉
|
|
14
14
|
|
|
15
15
|
[View on npmjs.com](https://www.npmjs.com/package/phos)
|
|
16
16
|
|
|
@@ -278,6 +278,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
278
278
|
|
|
279
279
|
Phos follows [semantic versioning](https://semver.org/).
|
|
280
280
|
|
|
281
|
+
- **1.2.1** - Patch release (TypeScript type fix)
|
|
281
282
|
- **1.2.0** - Minor release (backend API architecture)
|
|
282
283
|
- **1.1.0** - Minor release (new features, non-breaking changes)
|
|
283
284
|
- **1.0.3** - Patch release (template path fix)
|