Skip to content

Commit

Permalink
new minor versions for core and instagram pckgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrWh1te committed Apr 21, 2021
1 parent 5cd99fc commit 9804fee
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.3.0 @botmation/core

New BotActions group called "Random" for running BotActions on a probability.

Couple bug fixes.

New auxiliary Instagram package v1.1.0:
- navigation
- view stories
- logout

More details [here](https://github.com/mrWh1te/Botmation/pull/105).

## v1.2.0 @botmation/core

New BotAction called [restart](https://www.botmation.dev/api/abort#restart) for restarting an assembled lines of BotActions that aborts.

Added support for latest major Puppeteer v8.

More details [here](https://github.com/mrWh1te/Botmation/pull/97).

## v1.1.0 @botmation/core

New `schedule()` BotAction, reorganization of BotAction groups (Utilities => Time, Loops, Branching) and minor performance improvement of a few core BotActions.
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botmation/core",
"version": "1.2.1",
"version": "1.3.0",
"description": "Main package of functions for the TypeScript framework Botmation",
"homepage": "https://botmation.dev",
"author": "Michael Lage",
Expand Down
2 changes: 1 addition & 1 deletion libs/instagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botmation/instagram",
"version": "1.0.2",
"version": "1.1.0",
"description": "Auxiliary package of functions for the TypeScript framework Botmation",
"homepage": "https://www.botmation.dev/sites/instagram",
"author": "Michael Lage",
Expand Down

0 comments on commit 9804fee

Please sign in to comment.