diff --git a/packages/cli/changelog.md b/packages/cli/changelog.md index 3bfe282..7aeae9a 100644 --- a/packages/cli/changelog.md +++ b/packages/cli/changelog.md @@ -2,6 +2,8 @@ ## Upcoming +## carnesen-cli-0.9.0 (2023-01-14) + - Feature: Add arg group factories `c.bigint` and `c.bigintArray` ## carnesen-cli-0.8.1 (2022-09-11) diff --git a/packages/cli/license.md b/packages/cli/license.md index 5172ba1..bf4d218 100644 --- a/packages/cli/license.md +++ b/packages/cli/license.md @@ -1,6 +1,6 @@ MIT License -Copyright © 2016-2022 Chris Arnesen +Copyright © 2016-2023 Chris Arnesen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 84dc2e7..62a6675 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@carnesen/cli", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@carnesen/cli", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "devDependencies": { "@carnesen/dev": "0.3.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 32ae72c..e2ccee8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@carnesen/cli", "description": "A command-line interface framework for Node.js and web browser", - "version": "0.8.1", + "version": "0.9.0", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": {