Update version number
This commit is contained in:
parent
4f8b4c34d2
commit
fc219e32a8
@ -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
|
||||
|
@ -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:
|
||||
|
2
dist/mastodon-timeline.esm.js
vendored
2
dist/mastodon-timeline.esm.js
vendored
@ -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
|
||||
*/
|
||||
|
2
dist/mastodon-timeline.umd.js
vendored
2
dist/mastodon-timeline.umd.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user