Skip to content

Commit b1ad88a

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-05-01) ### Bug Fixes * added css-loader ([2e6f9f2](2e6f9f2)) * update [@cocreate](https://github.com/cocreate) dependencies ([e420b75](e420b75))
1 parent e420b75 commit b1ad88a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.4.0...v1.4.1) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([2e6f9f2](https://github.com/CoCreate-app/CoCreate-nginx/commit/2e6f9f264c85270147c5331c68a38a743c6d020b))
7+
* update [@cocreate](https://github.com/cocreate) dependencies ([e420b75](https://github.com/CoCreate-app/CoCreate-nginx/commit/e420b7582a6d8688b84c8367f79000c5e816d666))
8+
19
# [1.4.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.3.12...v1.4.0) (2024-11-04)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/nginx",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Automates NGINX server management tasks including installation, configuration, startup, and dynamic reloading in response to application changes. Designed to streamline web server setup and management.",
55
"keywords": [
66
"nginx",
@@ -36,4 +36,4 @@
3636
"url": "https://github.com/sponsors/CoCreate-app"
3737
},
3838
"main": "./src/index.js"
39-
}
39+
}

0 commit comments

Comments
 (0)