From 8d884f0c8ed7ebd326254366a72ea6fc868643e7 Mon Sep 17 00:00:00 2001 From: dangreen Date: Mon, 17 Jan 2022 19:42:28 +0700 Subject: [PATCH] chore(release): 2.0.0-0 --- CHANGELOG.md | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12fade..2e361ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog -All notable changes to this project will be documented in this file. +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. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.0.0-0](https://github.com/TrigenSoftware/Argue/compare/v1.2.0...v2.0.0-0) (2022-01-17) + + +### ⚠ BREAKING CHANGES + +* rewritten in TypeScript, new API + +### Features + +* rewritten in TypeScript, new API ([#296](https://github.com/TrigenSoftware/Argue/issues/296)) ([e484fe4](https://github.com/TrigenSoftware/Argue/commit/e484fe48ca82249de97689a94f4e78cdcf465aff)) ## [1.2.0] - 2017-12-26 ### Changed diff --git a/package.json b/package.json index 14eca7b..edf788e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "argue-cli", "type": "module", - "version": "1.2.1", + "version": "2.0.0-0", "description": "A thin and strongly typed CLI argument parser for Node.js.", "author": "dangreen", "license": "MIT",