diff --git a/CHANGELOG.md b/CHANGELOG.md index b43bfef..675bd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/LICENSE b/LICENSE index c346108..9286f1e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 33f6663..6072729 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ```sh npm install emoji-mixer ``` -Current version: **1.1.0** +Current version: **1.1.01** ## Emoji Mix URL Generator @@ -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)] diff --git a/data.js b/data.js index e5def7b..f500c1b 100644 --- a/data.js +++ b/data.js @@ -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. diff --git a/index.d.ts b/index.d.ts index 6204439..205e4db 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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 diff --git a/index.js b/index.js index a92f9ab..fbdba72 100644 --- a/index.js +++ b/index.js @@ -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.