Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Jan 30, 2023
1 parent 613141e commit 23ccca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [1.0.0](https://github.com/qiwi-forks/toposort/compare/undefined...v1.0.0) (2023-01-30)

### Features
* feat: add toposort extra (#2) ([613141e](https://github.com/qiwi-forks/toposort/commit/613141e65d9d13d5e43f0077a8ed08f8077909b1))

### Fixes & improvements
* docs: Compress graph.jpg ([a22f576](https://github.com/qiwi-forks/toposort/commit/a22f576dd566828b390a07700275158bf511bd10))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/toposort",
"version": "0.0.0",
"version": "1.0.0",
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"main": "src/main/js/index.js",
"scripts": {
Expand Down

0 comments on commit 23ccca9

Please sign in to comment.