Skip to content

Commit 37184fb

Browse files
committed
refactor: update package-lock.josn with recent changes
1 parent 07bb79c commit 37184fb

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.2
7+
8+
## What's Changed
9+
* refactor: update package-lock.json with recent changes
10+
* chore: add logo
11+
12+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.1...1.1.2
13+
614
# 1.1.1
715

816
## What's Changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
# Analscript
2-
Analscript is an esoteric programming language, that takes inspiration from the fallen Anal Lang and serves, the purpose to be a modern approach for writing anally fast stuff.
1+
<h3 align="center">
2+
<img src="./assets/images/logo.png" width="100" alt="Logo"/><br/>
3+
</h3>
4+
5+
<h1 align="center">
6+
Analscript
7+
</h1>
8+
9+
<p align="center">
10+
Analscript is an esoteric programming language, that takes inspiration from the fallen Anal Lang and serves, the purpose to be a modern approach for writing anally fast stuff.
11+
</p>
312

413
## Contents
514
- [Installation](#installation)
@@ -25,7 +34,7 @@ analscript help
2534

2635
This command will show you something like this:
2736
```
28-
Analscript Version 1.1.1
37+
Analscript Version 1.1.2
2938
Copyright (c) 2023 by Airscript
3039
3140
Usage:

VERSION

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

assets/images/logo.png

32.7 KB
Loading

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

0 commit comments

Comments
 (0)