Skip to content

Commit a00c674

Browse files
authored
chore(release): prepare 1.3.5 (#245)
# Version 1.3.5 ## What's Changed ### Refactor and Improvements Display exact mass instead of theoretical mass in #240 ### Dependency Updates - Updated webpack from 5.93.0 to 5.97.1in #241 - Updated micromatch from 4.0.7 to 4.0.8 in #234 - Updated rollup from 2.79.1 to 2.79.2 in #236 - Updated http-proxy-middleware from 2.0.6 to 2.0.7 in #238 - Updated cross-spawn from 7.0.3 to 7.0.6 in #239 - Updated express from 4.19.2 to 4.21.2 in #242 - Updated nanoid from 3.3.7 to 3.3.8 in #243 ### Configuration Changes - Updated the version to 1.3.5 in package.json - Updated the Node.js version to 18.20.6 - Removed the .nvmrc file, which was outdated and unused ### Full Changelog [Compare changes from 1.3.4 to 1.3.5](1.3.4...release/1.3.5)
1 parent 292b0e0 commit a00c674

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/publish_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18.19.1
14+
node-version: 18.20.6
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn compile

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 18.19.1
12+
node-version: 18.20.6
1313
- run: yarn install
1414
- run: yarn test

.nvmrc

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@complat/react-spectra-editor",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "An editor to View and Edit Chemical Spectra data (NMR, IR, MS, CV, UIVIS, XRD, GC, and DSC).",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)