Skip to content

Commit

Permalink
Update to version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSawalhy committed Sep 3, 2020
1 parent b81b711 commit 758dbcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2020-3-9
### Added
- Add files property in package.json to reduce the package size, and delete the development files.


## [1.1.0] - 2020-3-9
### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@scicave/math-latex-parser",
"version": "1.1.0",
"version": "1.1.1",
"description": "A mathematical parser for latex in math mode. We mean by mathematical that, arithmetic operations is considered for example if you pass \"1+2\", the result would by a (add node \"+\") with two children nodes of type number.",
"main": "./lib/index.js",
"files": [
"lib"
"lib"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 758dbcc

Please sign in to comment.