Update version number

This commit is contained in:
idotj 2024-02-26 14:10:59 +01:00
parent 4f8b4c34d2
commit fc219e32a8
8 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
v4.2.0 - 26/02/2024
v4.2.1 - 26/02/2024
- Changed project name: mastodon-embed-feed-timeline -> mastodon-embed-timeline
- Improved DOM load for module purposes
- New build script with Rollup.js

View File

@ -70,13 +70,13 @@ JS and CSS files available soon!
Install your timeline using npm or yarn:
```terminal
npm install @idot/mastodon-embed-timeline
npm install @idotj/mastodon-embed-timeline
```
or
```terminal
yarn add @idot/mastodon-embed-timeline
yarn add @idotj/mastodon-embed-timeline
```
After installation, you can import the widget as follows:

View File

@ -1,7 +1,7 @@
/**
* Mastodon embed timeline
* @author idotj
* @version 4.2.0
* @version 4.2.1
* @url https://gitlab.com/idotj/mastodon-embed-timeline
* @license GNU AGPLv3
*/

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@idotj/mastodon-embed-timeline",
"version": "4.2.0",
"version": "4.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@idotj/mastodon-embed-timeline",
"version": "4.2.0",
"version": "4.2.1",
"license": "GNU",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",

View File

@ -1,6 +1,6 @@
{
"name": "@idotj/mastodon-embed-timeline",
"version": "4.2.0",
"version": "4.2.1",
"description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, cross-browser, WCAG compliant and fully responsive.",
"license": "GNU",
"author": {

View File

@ -1,4 +1,4 @@
/* Mastodon embed timeline v4.2.0 */
/* Mastodon embed timeline v4.2.1 */
/* More info at: */
/* https://gitlab.com/idotj/mastodon-embed-timeline */

View File

@ -1,7 +1,7 @@
/**
* Mastodon embed timeline
* @author idotj
* @version 4.2.0
* @version 4.2.1
* @url https://gitlab.com/idotj/mastodon-embed-timeline
* @license GNU AGPLv3
*/