Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
chore(release): 4.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.7](v4.1.6...v4.1.7) (2021-04-06)

### Bug Fixes

* **security:** patch xmldom dependency vulnerabilities ([#564](#564)) ([6ee5c7d](6ee5c7d))
  • Loading branch information
forest-bot committed Apr 6, 2021
1 parent 6ee5c7d commit c713c63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.7](https://github.com/ForestAdmin/lumber/compare/v4.1.6...v4.1.7) (2021-04-06)


### Bug Fixes

* **security:** patch xmldom dependency vulnerabilities ([#564](https://github.com/ForestAdmin/lumber/issues/564)) ([6ee5c7d](https://github.com/ForestAdmin/lumber/commit/6ee5c7d826174966f033b6204e59489100876712))

## [4.1.6](https://github.com/ForestAdmin/lumber/compare/v4.1.5...v4.1.6) (2021-04-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lumber-cli",
"description": "Create your Forest Admin API in minutes. Admin API backend based on a database schema",
"version": "4.1.6",
"version": "4.1.7",
"main": "lumber.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",
Expand Down

0 comments on commit c713c63

Please sign in to comment.