File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
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.1.6
7+
8+ ## What's Changed
9+ * chore: version bump for README with updated static links
10+
11+ ** Full Changelog** : https://github.com/airscripts/analscript/compare/1.1.5...1.1.6
12+
613# 1.1.5
714
815## What's Changed
Original file line number Diff line number Diff line change 11<h1 align =" center " >
2- <img src =" https://github.com/airscripts/analscript/raw/main/assets/images /logo.png " width =" 100 " alt =" Logo " /><br />
2+ <img src =" https://i.postimg.cc/HsH7QsCQ /logo.png " width =" 100 " alt =" Logo " /><br />
33 Analscript
44</h1 >
55
88</p >
99
1010<p align =" center " >
11- <img src =" https://github.com/airscripts/analscript/raw/main/assets/gifs /usage.gif " alt =" Usage GIF " />
11+ <img src =" https://i.postimg.cc/1RMyj9q0 /usage.gif " alt =" Usage GIF " />
1212</p >
1313
1414## Contents
@@ -35,7 +35,7 @@ analscript help
3535
3636This command will show you something like this:
3737```
38- Analscript Version 1.1.5
38+ Analscript Version 1.1.6
3939Copyright (c) 2023 by Airscript
4040
4141Usage:
Original file line number Diff line number Diff line change 1- 1.1.5
1+ 1.1.6
Original file line number Diff line number Diff line change 1- const version = 'Analscript, version 1.1.5 ' ;
1+ const version = 'Analscript, version 1.1.6 ' ;
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.5 " ,
3+ "version" : " 1.1.6 " ,
44 "name" : " analscript" ,
55 "main" : " analscript.js" ,
66 "description" : " A modern approach for writing anally fast stuff." ,
You can’t perform that action at this time.
0 commit comments