From a8bbffdd2a5fbdd786a8416653179862f4db2753 Mon Sep 17 00:00:00 2001 From: Lawrence Onah Date: Thu, 24 Aug 2023 19:41:24 +0100 Subject: [PATCH 1/2] chore: bumped version to v0.1.0 --- .github/workflows/npm-publish.yml | 20 -------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .github/workflows/npm-publish.yml diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index 96f0fba..0000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Publish - -on: - release: - types: [created] - -jobs: - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index ebc8189..f593ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webtre/nestjs-mailer-react-adapter", - "version": "0.0.9", + "version": "0.1.0", "description": "Build and send emails in Nest framework using React.js", "main": "./dist/index.js", "module": "./dist/index.mjs", From b91ad74df9d426c135d1b10d04884ca59b7ab261 Mon Sep 17 00:00:00 2001 From: Lawrence Onah Date: Thu, 24 Aug 2023 19:43:01 +0100 Subject: [PATCH 2/2] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d083515..eb5e007 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ npm i @webtre/nestjs-mailer-react-adapter @nestjs-modules/mailer nodemailer ### Getting Started -To add `react` support to your project, modify `tsconfig.json` +To add support for `React` to your project, modify `tsconfig.json` ```javascript {