Skip to content

Commit

Permalink
1.1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFor committed Aug 3, 2024
1 parent f1809ab commit ae31fed
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [1.1.0] - 2025-04-23 20:00
## [1.1.01] - 2024-08-03 08:30

- Typo fixes
- README.md and LICENSE update

## [1.1.0] - 2024-04-23 20:00

- Updated the code to my current code style.
- Moved supportedEmojis and emojiCompatibilityData into their own file: `data.js`.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 MattFor
Copyright (c) 2024 MattFor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```sh
npm install emoji-mixer
```
Current version: **1.1.0**
Current version: **1.1.01**

## Emoji Mix URL Generator

Expand Down Expand Up @@ -75,4 +75,5 @@ Alternatively you can use the CommonJS syntax:

## Attributions

- Created by MattFor | Discord tag: mattfor | [Github](https://github.com/MattFor)
- Inspired by [emoji-kitchen](https://github.com/xsalazar/emoji-kitchen) [made by Xavier Salazar a.k.a [xsalazar](https://github.com/xsalazar)]
4 changes: 2 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* `Emoji Mix URL Generator` Version 1.1.0
* `Emoji Mix URL Generator` Version 1.1.01
*
* Created by MattFor (Discord: MattFor#9884 (currently: mattfor) on May 30, 2023.
* Created by MattFor (Discord: MattFor#9884 (currently: mattfor)) on May 30, 2023.
* Contact: matthew-forester@protonmail.com
*
* Licensed under the MIT Licence.
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* `Emoji Mix URL Generator` TypeScript Definitions
* Version 1.1.0
* Version 1.1.01
*
* Created by MattFor (Discord: MattFor#9884) on May 30, 2023.
* Contact: matthew-forester@protonmail.com
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* `Emoji Mix URL Generator` Version 1.1.0
* `Emoji Mix URL Generator` Version 1.1.01
*
* Created by MattFor (Discord: MattFor#9884 (currently: mattfor) on May 30, 2023.
* Created by MattFor (Discord: MattFor#9884 (currently: mattfor)) on May 30, 2023.
* Contact: matthew-forester@protonmail.com
*
* Licensed under the MIT Licence.
Expand Down

0 comments on commit ae31fed

Please sign in to comment.