Skip to content

Commit f53e0ab

Browse files
authored
Merge pull request #38 from webtretech/dev
bumped version to v0.1.0
2 parents 494e70f + b91ad74 commit f53e0ab

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

.github/workflows/npm-publish.yml

-20
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm i @webtre/nestjs-mailer-react-adapter @nestjs-modules/mailer nodemailer
3636

3737
### Getting Started
3838

39-
To add `react` support to your project, modify `tsconfig.json`
39+
To add support for `React` to your project, modify `tsconfig.json`
4040

4141
```javascript
4242
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webtre/nestjs-mailer-react-adapter",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "Build and send emails in Nest framework using React.js",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)