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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ Full-stack interactive project generator CLI
10
10
  [![Node.js Version](https://img.shields.io/node/v/phos)](https://nodejs.org)
11
11
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
12
12
 
13
- **Version 1.2.0 - Production Release** 🎉
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phos",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Full-stack interactive project generator CLI - Phos",
5
5
  "type": "module",
6
6
  "bin": {