From 6632083c306ad18026a33d911a3a05ab9cbb9224 Mon Sep 17 00:00:00 2001 From: Airscript Date: Tue, 15 Aug 2023 14:29:48 +0200 Subject: [PATCH] repo: bump version to 1.2.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- VERSION | 2 +- lib/help.js | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258e96f..3537dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 1.2.0 + +## What's Changed +* docs: add docusaurus official documentation + +**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.7...1.2.0 + # 1.1.7 ## What's Changed diff --git a/README.md b/README.md index 9f02f6e..3113712 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ analscript help This command will show you something like this: ``` -Analscript Version 1.1.7 +Analscript Version 1.2.0 Copyright (c) 2023 by Airscript Usage: diff --git a/VERSION b/VERSION index a5ba932..867e524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.7 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/lib/help.js b/lib/help.js index 41628c1..f7fc4ba 100644 --- a/lib/help.js +++ b/lib/help.js @@ -1,4 +1,4 @@ -const version = 'Analscript, version 1.1.7'; +const version = 'Analscript, version 1.2.0'; const copyright = '\nCopyright (c) 2023 by Airscript\n'; const usage = ` diff --git a/package.json b/package.json index e8e28fe..15b23b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.1.7", + "version": "1.2.0", "name": "analscript", "author": "Airscript", "main": "analscript.js",