Skip to content

Commit 81cc24f

Browse files
Merge pull request #90 from SpringRoll/release/1.3.0
Release/1.3.0
2 parents ad3fd57 + bc85e30 commit 81cc24f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.15.0

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2023-03-13
9+
10+
### Changed
11+
12+
- Added .nvmrc file to set the project target node version
13+
- All seed templates now target node 18.15.0
14+
- Added `<meta name="robots" content="noindex">` to all template html files to prevent Google indexing
15+
816
## [1.2.0] - 2022-12-12
917

1018
### Changed

templates/Springroll.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<%= title %>
1010
</title>
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
12+
<meta name="robots" content="noindex">
1213
</head>
1314

1415
<body>

0 commit comments

Comments
 (0)