Skip to content

Commit a4e9571

Browse files
committed
chore(release): 2.2.0
1 parent 89da6bc commit a4e9571

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [2.2.0](https://github.com/diva-e/servemocks/compare/v2.1.0...v2.2.0) (2025-02-27)
6+
7+
8+
### Dependency and Build-Related Updates
9+
10+
* run npm update ([c5bac5c](https://github.com/diva-e/servemocks/commit/c5bac5ce36e92f53f8eb4703988e444012bd30fa))
11+
* update commander and glob packages ([89da6bc](https://github.com/diva-e/servemocks/commit/89da6bcfd6211d102dcf1470e2224015dc224b79))
12+
513
## [2.1.0](https://github.com/diva-e/servemocks/compare/v2.0.1...v2.1.0) (2024-01-09)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "servemocks",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"type": "module",
55
"description": "Starts a webserver which provides a REST API derived from JSON, XML and other sample files located in a specified directory",
66
"main": "src/public-api.js",

0 commit comments

Comments
 (0)