Skip to content

Commit

Permalink
refactor: 💡 error build because losing files
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 🧨 N

✅ Closes: n
  • Loading branch information
fefit committed Jan 22, 2022
1 parent e9cb9ba commit a4773c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/dist/
/coverage
/examples
/source

# npm
node_modules/
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

Suchjs add changelog since `v1.0.0`.

## [v2.1.4] - 2022-01-22
## [v2.1.5] - 2022-01-22

### Added

- Fix wrong building deprecated version `v2.1.4`.
## [v2.1.4] - 2022-01-22 [deprecated]

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suchjs",
"version": "2.1.4",
"version": "2.1.5",
"description": "Generating fake data, define your own types easily, expandable and powerful.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down

0 comments on commit a4773c5

Please sign in to comment.