Skip to content

Commit 0e5ceb0

Browse files
author
Alexander Belov
committed
chore(release): 1.0.4
1 parent d1b882d commit 0e5ceb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.4](https://github.com///compare/v1.0.3...v1.0.4) (2019-08-30)
6+
7+
8+
59
### [1.0.3](https://github.com///compare/v1.0.2...v1.0.3) (2019-08-30)
610

711

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algo-js/segment-tree",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Segment Tree implementation in TypeScript",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -49,12 +49,13 @@
4949
"node": ">=8.9"
5050
},
5151
"devDependencies": {
52+
"@algo-js/core": "^1.0.21",
53+
"@bitjson/npm-scripts-info": "^1.0.0",
5254
"ava": "2.2.0",
5355
"codecov": "^3.5.0",
5456
"cz-conventional-changelog": "^2.1.0",
5557
"gh-pages": "^2.0.1",
5658
"npm-run-all": "^4.1.5",
57-
"@bitjson/npm-scripts-info": "^1.0.0",
5859
"nyc": "^14.1.1",
5960
"prettier": "^1.18.2",
6061
"standard-version": "^6.0.1",

0 commit comments

Comments
 (0)