Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Newton Koumantzelis committed May 14, 2021
1 parent 9f035d0 commit 8e3010e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### 0.3.0 (2021-05-14)

### Features

* convert all snake_case to camelCase ([#74](https://github.com/MagniteEngineering/fledge.polyfill/issues/74)) ([9f035d0](https://github.com/MagniteEngineering/fledge.polyfill/commit/9f035d0))

### 0.2.0 (2021-05-13)


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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://github.com/MagniteEngineering/fledge.polyfill#readme",
"description": "A Fledge JavaScript polyfill",
"author": "Newton Koumantzelis",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/api/cjs/index.js",
"module": "dist/api/esm/index.js",
"files": [
Expand Down

0 comments on commit 8e3010e

Please sign in to comment.