Skip to content

Commit 59cd311

Browse files
committed
! self: missing .pagesconfig in npm package, preventing new lib from being created
1 parent bc4a8aa commit 59cd311

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
/*.tgz
44
/*.log
55
/.yarnclean
6-
7-
/pagesconfig.json

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
## [UNRELEASED]
77
(nothing yet)
88

9+
## [3.5.1] - 2022-07-25
10+
### Fixed
11+
- self: missing `.pagesconfig` in npm package, preventing new lib from being created
12+
913
## [3.5.0] - 2022-07-21
1014
### Fixed
1115
- lib: incorrect babel config file name in `.npmignore`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-library-template",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"repository": "[email protected]:dzek69/ts-library-template.git",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)