This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-create.git
The following commit(s) were added to refs/heads/master by this push:
new d5c0786 release(5.0.0): updated release notes & version (create-5.0.0)
d5c0786 is described below
commit d5c078652fd0c186634ab9e7311e6e411777424d
Author: Erisu <[email protected]>
AuthorDate: Sat May 13 12:06:11 2023 +0900
release(5.0.0): updated release notes & version (create-5.0.0)
---
RELEASENOTES.md | 14 ++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ea03f06..ff8f408 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,20 @@
-->
# Cordova-create Release Notes
+### 5.0.0 (May 13, 2023)
+
+* [GH-82](https://github.com/apache/cordova-create/pull/82) dep!: packages
upgrade & requirements
+ * Bumped Packages
+ * `@cordova/eslint-config@[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * Rebuilt `package-lock.json`
+ * Bumped `node` engine requirement `>=16.13.0`
+
### 4.1.0 (Dec 26, 2022)
* [GH-73](https://github.com/apache/cordova-create/pull/73) dep(npm): bump
dependencies to latest minor/patch & rebuild package-lock
diff --git a/package-lock.json b/package-lock.json
index 6cb42ed..d6685d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-create",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-create",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
"cordova-app-hello-world": "^6.0.0",
diff --git a/package.json b/package.json
index fe77d94..e86b804 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-create",
- "version": "5.0.0-dev",
+ "version": "5.0.0",
"description": "Apache Cordova create module. Creates new project from
default or template",
"main": "index.js",
"repository": "github:apache/cordova-create",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]