Skip to content

Commit 3ec3223

Browse files
authored
Merge pull request #9 from datastructures-js/development
v2.0.3
2 parents 55cf1f2 + fc7aa97 commit 3ec3223

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.git*
2-
*.spec.js
32
.travis.yml
3+
.gitignore
4+
.eslintrc
45
Gruntfile.js
5-
coverage/
6+
coverage/
7+
node_modules/
8+
test/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.3] - 2020-04-03
10+
### Fixed
11+
- .npmignore
12+
913
## [2.0.2] - 2020-04-02
1014
### Fixed
1115
- README & jsdoc.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastructures-js/stack",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "stack implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)