Skip to content

Commit 045e4a9

Browse files
committed
chore: change CHANGELOG for release 1.1.7
1 parent 2ebcc80 commit 045e4a9

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.7
7+
8+
## What's Changed
9+
* test: full code coverage w/ @mateonunez
10+
* refactor: enforce code robustness
11+
12+
## New Contributors
13+
* @mateonunez made their first contribution in https://github.com/airscripts/analscript/pull/13
14+
15+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.6...1.1.7
16+
617
# 1.1.6
718

819
## What's Changed

README.md

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

3737
This command will show you something like this:
3838
```
39-
Analscript Version 1.1.6
39+
Analscript Version 1.1.7
4040
Copyright (c) 2023 by Airscript
4141
4242
Usage:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.6
1+
1.1.7

hello.anal

Lines changed: 0 additions & 1 deletion
This file was deleted.

hello.anus

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = 'Analscript, version 1.1.6';
1+
const version = 'Analscript, version 1.1.7';
22
const copyright = '\nCopyright (c) 2023 by Airscript\n';
33

44
const usage = `

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6",
3+
"version": "1.1.7",
44
"name": "analscript",
55
"author": "Airscript",
66
"main": "analscript.js",

0 commit comments

Comments
 (0)