Skip to content

Commit 95713ba

Browse files
committed
chore(release): v1.4.0
1 parent 83e1b46 commit 95713ba

File tree

2 files changed

+4
-52
lines changed

2 files changed

+4
-52
lines changed

CHANGELOG.md

+3-51
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

33

4-
## v1.3.0
4+
## v1.4.0
55

6-
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v1.1.0...v1.3.0)
6+
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v1.1.0...v1.4.0)
77

88
### 🚀 Enhancements
99

@@ -25,55 +25,7 @@
2525
- Update dependenices and cli entrypoint ([5cb79e8](https://github.com/microservices-suite/node-microservices-suite/commit/5cb79e8))
2626
- Add sample cli unit test cases ([897687f](https://github.com/microservices-suite/node-microservices-suite/commit/897687f))
2727
- **release:** V1.2.0 ([9700d94](https://github.com/microservices-suite/node-microservices-suite/commit/9700d94))
28-
29-
### ❤️ Contributors
30-
31-
- Gilbert Andanje ([@GAndanje](http://github.com/GAndanje))
32-
33-
## v1.2.0
34-
35-
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v1.1.0...v1.2.0)
36-
37-
### 🚀 Enhancements
38-
39-
- Add cli entry point ([2f7371f](https://github.com/microservices-suite/node-microservices-suite/commit/2f7371f))
40-
41-
### 🩹 Fixes
42-
43-
- Supress error messages during symlinking ([a02d0c7](https://github.com/microservices-suite/node-microservices-suite/commit/a02d0c7))
44-
- Runtime errors ([356f3ba](https://github.com/microservices-suite/node-microservices-suite/commit/356f3ba))
45-
- Runtime errors ([553acd2](https://github.com/microservices-suite/node-microservices-suite/commit/553acd2))
46-
47-
### 💅 Refactors
48-
49-
- Reorganize cli structure ([17386a8](https://github.com/microservices-suite/node-microservices-suite/commit/17386a8))
50-
- Adopt action handler command approach ([faf9a62](https://github.com/microservices-suite/node-microservices-suite/commit/faf9a62))
51-
52-
### 🏡 Chore
53-
54-
- Update dependenices and cli entrypoint ([5cb79e8](https://github.com/microservices-suite/node-microservices-suite/commit/5cb79e8))
55-
- Add sample cli unit test cases ([897687f](https://github.com/microservices-suite/node-microservices-suite/commit/897687f))
56-
57-
### ❤️ Contributors
58-
59-
- Gilbert Andanje ([@GAndanje](http://github.com/GAndanje))
60-
61-
## v1.1.0
62-
63-
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v1.4.2...v1.1.0)
64-
65-
### 🚀 Enhancements
66-
67-
- Add suite-cli ([37e5481](https://github.com/microservices-suite/node-microservices-suite/commit/37e5481))
68-
69-
### 💅 Refactors
70-
71-
- Rm my-app ([ed56801](https://github.com/microservices-suite/node-microservices-suite/commit/ed56801))
72-
73-
### 🏡 Chore
74-
75-
- Release v1.4.2 ([3937f18](https://github.com/microservices-suite/node-microservices-suite/commit/3937f18))
76-
- Update deps ([821a0d7](https://github.com/microservices-suite/node-microservices-suite/commit/821a0d7))
28+
- **release:** V1.3.0 ([83e1b46](https://github.com/microservices-suite/node-microservices-suite/commit/83e1b46))
7729

7830
### ❤️ Contributors
7931

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microservices-suite/microservices",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "This is the central orchestration point for our microservices-based platform, encompassing user management, email communications, file upload handling, and role-based access control services. It serves as the backbone of our application's backend, facilitating seamless interaction, development, and scaling of individual microservices. The workspace is designed to streamline the development process, ensuring dependency consistency, and simplifying the build and deployment workflows across all services.\nThis root workspace enables our development teams to:\n- Manage dependencies for all services in a unified manner, reducing conflicts and easing updates.\n- Utilize shared configurations, such as ESLint rules, TypeScript configurations, and shared utility libraries, to maintain coding standards and reduce redundancy across services.\n- Implement global scripts for tasks like testing, linting, and deployment that can run across all services, ensuring consistency and efficiency in our development pipeline.\n- Leverage the workspace's structure for local development, allowing for easy testing of interactions between services without the need for deploying or configuring external environments.",
55
"keywords": [],
66
"author": "Gilbert Andanje",

0 commit comments

Comments
 (0)