Skip to content

Commit

Permalink
move changelog to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Mar 4, 2019
1 parent 8005544 commit 19c232e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@
* 1.2.3 - update dependencies;
* 1.2.2 - update dependencies;
* 1.2.1 - update dependencies;
* 1.2.0 - added method `getUpdatesHistory`;
* 1.2.0 `getUpdatesHistory` client method was added;
* 1.1.1 `deleteMessage` API method was added;
* 1.0.7 Implement `GET` method for api;
* 1.0.6 Bump dependencies;
* 1.0.5 Remove extra files from npm tarball;
* 1.0.4 Loosen dependencies;
* 1.0.3 Add request as a dependency;
* 1.0.2 Move logging to debug module, clear storage when stopping server;
* 1.0.1 Fix slow server stop;
* 1.0.0 Such much refactoring;
* 0.0.4 Public release;
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,3 @@ describe('Telegram bot test', () => {

This project uses `debug` module for verbose logging, to enable it, please launch
your tests with env variable `DEBUG=TelegramServer:*`, like `DEBUG=TelegramServer:* ./node_modules/mocha/bin/mocha --use_strict --exit`.

## Changelog

* 1.2.1 Bump some deps
* 1.2.0 `getUpdatesHistory` client method was added
* 1.1.1 `deleteMessage` API method was added
* 1.0.7 Implement `GET` method for api
* 1.0.6 Bump dependencies
* 1.0.5 Remove extra files from npm tarball
* 1.0.4 Loosen dependencies
* 1.0.3 Add request as a dependency
* 1.0.2 Move logging to debug module, clear storage when stopping server.
* 1.0.1 Fix slow server stop
* 1.0.0 Such much refactoring
* 0.0.4 Public release

0 comments on commit 19c232e

Please sign in to comment.