From 92947a7e7772ea3c3dda13533ab1b836405e12df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:47:43 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9998fe..0411f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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](https://github.com/cfware/asterisk16/compare/v0.1.2...v1.0.0) (2024-03-28) + + +### ⚠ BREAKING CHANGES + +* Require node.js 16.12.0 + +### Features + +* Dependency update ([d2df0a2](https://github.com/cfware/asterisk16/commit/d2df0a27b47bb839659fd00460b71a3058a2c26c)) + ### [0.1.2](https://github.com/cfware/asterisk16/compare/v0.1.1...v0.1.2) (2020-10-17) diff --git a/package.json b/package.json index b89ffd4..4843d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfware/asterisk16", - "version": "0.1.2", + "version": "1.0.0", "description": "Run a sandboxed Asterisk 16 instance", "type": "module", "main": "index.js",