diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7774c6f..0ef0511cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.1](https://github.com/ghiscoding/angular-slickgrid/compare/v3.0.0...v3.0.1) (2021-07-20) + + +### Bug Fixes + +* **build:** revert to previous ng-packgr build config ([34890ca](https://github.com/ghiscoding/angular-slickgrid/commit/34890cadea255dd9ed033e0e6714b695f8193d02)) + ## [3.0.0](https://github.com/ghiscoding/angular-slickgrid/compare/v2.30.2...v3.0.0) (2021-07-20) diff --git a/package.json b/package.json index 1c51df8c7..f6c4c77ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-slickgrid", - "version": "3.0.0", + "version": "3.0.1", "description": "Slickgrid components made available in Angular", "keywords": [ "angular", @@ -50,10 +50,7 @@ "type": "git", "url": "http://github.com/ghiscoding/angular-slickgrid" }, - "main": "bundles/angular-slickgrid.umd.js", - "es2015": "fesm2015/angular-slickgrid.js", - "esm2015": "esm2015/angular-slickgrid.js", - "fesm2015": "fesm2015/angular-slickgrid.js", + "main": "src/app/modules/angular-slickgrid/index", "private": false, "ngPackage": { "$schema": "./node_modules/ng-packagr/ng-package.schema.json",