Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 25, 2019
1 parent 5ec82d6 commit e76476c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

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.

## [4.0.0](https://github.com/webpack-contrib/raw-loader/compare/v3.1.0...v4.0.0) (2019-11-25)


### Features

* new esModules option


### BREAKING CHANGES

* minimum required nodejs version is `10.13.0`



## [3.1.0](https://github.com/webpack-contrib/raw-loader/compare/v3.0.0...v3.1.0) (2019-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "raw-loader",
"version": "3.1.0",
"version": "4.0.0",
"description": "A loader for webpack that allows importing files as a String",
"license": "MIT",
"repository": "webpack-contrib/raw-loader",
Expand Down

0 comments on commit e76476c

Please sign in to comment.