Skip to content

Commit

Permalink
chore(release): 2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 17, 2022
1 parent 5ef0fa7 commit 8d884f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8d884f0

Please sign in to comment.