The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [3.0.2] - 2020-03-09
+### Changed
+- Remove browserslist config as it was having even more trouble with parcel
+- Use CJS for webpack
+- Require node 13
+
+## [3.0.1] - 2020-03-09
+### Changed
+- Use default config for browserslist as it was having trouble with parcel
+
## [3.0.0] - 2020-03-09
### Changed
- Use module syntax
[2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0
[2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0
[3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0
+[3.0.1]: https://gitlab.com/serpentity/serpentity/compare/3.0.0...3.0.1
+[3.0.2]: https://gitlab.com/serpentity/serpentity/compare/3.0.1...3.0.2
{
"name": "@serpentity/serpentity",
"description": "An Entity-Component-System Engine",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"license": "Apache-2.0",
"contributors": [
"webpack-cli": "^3.3.11"
},
"engines": {
- "node": ">= 12.0.0"
+ "node": ">= 13.0.0"
},
- "browserslist": [
- "defaults"
- ],
"scripts": {
- "build": "webpack --config ./config/webpack.js",
+ "build": "webpack --config ./config/webpack.cjs",
"lint": "eslint lib",
"test": "node test/integration.js"
},