Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 28c873f

Browse files
chore(release): 1.0.0
1 parent ce47e69 commit 28c873f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.0.0 (2020-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** remove undefined plugin on production build for node ([dc2aa5b](https://github.com/amille44420/dev-scripts/commit/dc2aa5b8ccafeae71d667f2e11786271bc399901))
7+
* **webpack-node:** use package.json for node externals ([1158870](https://github.com/amille44420/dev-scripts/commit/1158870a817675d6927969b3eee3984b9d88064f))
8+
9+
10+
### Features
11+
12+
* initial features ([24ca131](https://github.com/amille44420/dev-scripts/commit/24ca131854cf4e8231e0fd90372b564d245c60e6))
13+
* provide an entry point to override webpack ([bcfb7c7](https://github.com/amille44420/dev-scripts/commit/bcfb7c7fc2d0a4bb0b41d7fa3ad52df499c3a4ea))
14+
115
# [1.0.0-next.2](https://github.com/amille44420/dev-scripts/compare/v1.0.0-next.1...v1.0.0-next.2) (2020-01-24)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amille/dev-scripts",
3-
"version": "1.0.0-next.2",
3+
"version": "1.0.0",
44
"description": "Development scripts for node and react projects",
55
"files": [
66
"bin",

0 commit comments

Comments
 (0)