Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
[skip ci]

# 1.0.0 (2019-06-23)

### Bug Fixes

* Disable npm processes from [@semantic-release](https://github.com/semantic-release). ([6a1d948](6a1d948))
* Remove `NODE_ENV` from environment variables. ([4ad082d](4ad082d))
* Restore build command to package.json. ([ef114e2](ef114e2))
* **build:** Add missed comma to `.releaserc.js`. ([f05bab4](f05bab4))
* **build:** Certeza que agora vai mesmo. ([600964b](600964b))
* **build:** Change branch filter for CircleCi. ([002b685](002b685))
* **build:** Remove @semantic-release/npm from `.releaserc.js`. ([373a5ee](373a5ee))
* **dependencies:** Update Jest. ([c5a03bf](c5a03bf))
* Add `release.branch` and other props to `package.json`. ([39d2bf4](39d2bf4))
* Agora vai, certeza. ([b726b7a](b726b7a))
* ESLint rules. ([7eaf6a8](7eaf6a8))
* Remove `--freeze-lockfile` from Circle Ci settings. ([5d1e880](5d1e880))
* Run build command with npx. ([67a45d8](67a45d8))

### Features

* Add [@semantic-release](https://github.com/semantic-release) to automate processes. ([b38bf23](b38bf23))
  • Loading branch information
front-in-bot committed Jun 23, 2019
1 parent 373a5ee commit 74d7667
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.0.0 (2019-06-23)


### Bug Fixes

* Disable npm processes from [@semantic-release](https://github.com/semantic-release). ([6a1d948](https://github.com/frontinsampa/frontinsampa.github.io/commit/6a1d948))
* Remove `NODE_ENV` from environment variables. ([4ad082d](https://github.com/frontinsampa/frontinsampa.github.io/commit/4ad082d))
* Restore build command to package.json. ([ef114e2](https://github.com/frontinsampa/frontinsampa.github.io/commit/ef114e2))
* **build:** Add missed comma to `.releaserc.js`. ([f05bab4](https://github.com/frontinsampa/frontinsampa.github.io/commit/f05bab4))
* **build:** Certeza que agora vai mesmo. ([600964b](https://github.com/frontinsampa/frontinsampa.github.io/commit/600964b))
* **build:** Change branch filter for CircleCi. ([002b685](https://github.com/frontinsampa/frontinsampa.github.io/commit/002b685))
* **build:** Remove @semantic-release/npm from `.releaserc.js`. ([373a5ee](https://github.com/frontinsampa/frontinsampa.github.io/commit/373a5ee))
* **dependencies:** Update Jest. ([c5a03bf](https://github.com/frontinsampa/frontinsampa.github.io/commit/c5a03bf))
* Add `release.branch` and other props to `package.json`. ([39d2bf4](https://github.com/frontinsampa/frontinsampa.github.io/commit/39d2bf4))
* Agora vai, certeza. ([b726b7a](https://github.com/frontinsampa/frontinsampa.github.io/commit/b726b7a))
* ESLint rules. ([7eaf6a8](https://github.com/frontinsampa/frontinsampa.github.io/commit/7eaf6a8))
* Remove `--freeze-lockfile` from Circle Ci settings. ([5d1e880](https://github.com/frontinsampa/frontinsampa.github.io/commit/5d1e880))
* Run build command with npx. ([67a45d8](https://github.com/frontinsampa/frontinsampa.github.io/commit/67a45d8))


### Features

* Add [@semantic-release](https://github.com/semantic-release) to automate processes. ([b38bf23](https://github.com/frontinsampa/frontinsampa.github.io/commit/b38bf23))
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
},
"dependencies": {
"@material-ui/core": "^4.0.0-beta.1",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.12",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down

0 comments on commit 74d7667

Please sign in to comment.