Skip to content

Commit 282d801

Browse files
committed
chore: trigger version bump for npm
1 parent 262a721 commit 282d801

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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.5
7+
8+
## What's Changed
9+
* chore: add static links in README for images
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.4...1.1.5
12+
613
# 1.1.4
714

815
## What's Changed

README.md

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

3636
This command will show you something like this:
3737
```
38-
Analscript Version 1.1.4
38+
Analscript Version 1.1.5
3939
Copyright (c) 2023 by Airscript
4040
4141
Usage:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.4
1+
1.1.5

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.4';
1+
const version = 'Analscript, version 1.1.5';
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.4",
3+
"version": "1.1.5",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)