From 4067487540894bc0a4d4118fa2dd970d8bc69197 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Sat, 3 Apr 2021 19:58:38 -0300 Subject: [PATCH] chore(release): 1.0.0-starter.18 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d244fc2..ae19b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-starter.18](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.17...v1.0.0-starter.18) (2021-04-03) + + +### Features + +* **functions:** using node v12 engine ([96a9ed6](https://github.com/ecomplus/application-starter/commit/96a9ed612555798de9afc21ebd3895bb7fad3ab3)) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#73](https://github.com/ecomplus/application-starter/issues/73)) ([c90e4bd](https://github.com/ecomplus/application-starter/commit/c90e4bd78172d6736c84dfa39294f411ab81fa19)) +* **deps:** update all non-major dependencies ([#75](https://github.com/ecomplus/application-starter/issues/75)) ([37454b3](https://github.com/ecomplus/application-starter/commit/37454b3516e3471d8458e90f3bad09626e545794)) + ## [1.0.0-starter.17](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.16...v1.0.0-starter.17) (2021-02-14) diff --git a/package-lock.json b/package-lock.json index 2bf71d7..7bd81ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-starter", - "version": "1.0.0-starter.17", + "version": "1.0.0-starter.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e85a4b2..1503a3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.0.0-starter.17", + "version": "1.0.0-starter.18", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {