Skip to content

Commit

Permalink
chore: change CHANGELOG for release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jul 30, 2023
1 parent 2ebcc80 commit 045e4a9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ 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.1.7

## What's Changed
* test: full code coverage w/ @mateonunez
* refactor: enforce code robustness

## New Contributors
* @mateonunez made their first contribution in https://github.com/airscripts/analscript/pull/13

**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.6...1.1.7

# 1.1.6

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ analscript help

This command will show you something like this:
```
Analscript Version 1.1.6
Analscript Version 1.1.7
Copyright (c) 2023 by Airscript
Usage:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.6
1.1.7
1 change: 0 additions & 1 deletion hello.anal

This file was deleted.

1 change: 0 additions & 1 deletion hello.anus

This file was deleted.

2 changes: 1 addition & 1 deletion lib/help.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = 'Analscript, version 1.1.6';
const version = 'Analscript, version 1.1.7';
const copyright = '\nCopyright (c) 2023 by Airscript\n';

const usage = `
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.6",
"version": "1.1.7",
"name": "analscript",
"author": "Airscript",
"main": "analscript.js",
Expand Down

0 comments on commit 045e4a9

Please sign in to comment.