Skip to content

Commit 07bb79c

Browse files
committed
chore: update CHANGELOG for v1.1.1
1 parent ef073c0 commit 07bb79c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
# 1.1.1
7+
8+
## What's Changed
9+
* refactor: add missing run and compile commands into help
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.0...1.1.1
12+
613
# 1.1.0
714

815
## What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analscript help
2525

2626
This command will show you something like this:
2727
```
28-
Analscript Version 1.1.0
28+
Analscript Version 1.1.1
2929
Copyright (c) 2023 by Airscript
3030
3131
Usage:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)