File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) with some edits,
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6+ # 1.2.0
7+
8+ ## What's Changed
9+ * docs: add docusaurus official documentation
10+
11+ ** Full Changelog** : https://github.com/airscripts/analscript/compare/1.1.7...1.2.0
12+
613# 1.1.7
714
815## What's Changed
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ analscript help
3636
3737This command will show you something like this:
3838```
39- Analscript Version 1.1.7
39+ Analscript Version 1.2.0
4040Copyright (c) 2023 by Airscript
4141
4242Usage:
Original file line number Diff line number Diff line change 1- 1.1.7
1+ 1.2.0
Original file line number Diff line number Diff line change 1- const version = 'Analscript, version 1.1.7 ' ;
1+ const version = 'Analscript, version 1.2.0 ' ;
22const copyright = '\nCopyright (c) 2023 by Airscript\n' ;
33
44const usage = `
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
3- "version" : " 1.1.7 " ,
3+ "version" : " 1.2.0 " ,
44 "name" : " analscript" ,
55 "author" : " Airscript" ,
66 "main" : " analscript.js" ,
You can’t perform that action at this time.
0 commit comments