Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mixmaxhq/prettier-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: mixmaxhq/prettier-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 16, 2021

  1. fix: try to upgrade version to 1.1.0

    Lea Marty committed Jun 16, 2021
    Copy the full SHA
    8a8a5e0 View commit details
  2. Merge pull request #13 from mixmaxhq/lea/CORE-3880-fix-versions

    fix: try to upgrade version to 1.1.0
    Leandro Marty authored Jun 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    069915e View commit details
  3. chore(release): 1.0.1 [skip ci]

    ### [1.0.1](v1.0.0...v1.0.1) (2021-06-16)
    
    ### Bug Fixes
    
    * try to upgrade version to 1.1.0 ([8a8a5e0](8a8a5e0))
    semantic-release-bot committed Jun 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b3eb0c8 View commit details
Showing with 10 additions and 3 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 package-lock.json
  3. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.1](https://github.com/mixmaxhq/prettier-config/compare/v1.0.0...v1.0.1) (2021-06-16)


### Bug Fixes

* try to upgrade version to 1.1.0 ([8a8a5e0](https://github.com/mixmaxhq/prettier-config/commit/8a8a5e0f7bfc4cacfe7301ec84c313549db37861))

## 1.0.0 (2021-06-16)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mixmaxhq/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "The prettier config that Mixmax uses",
"main": "config.json",
"scripts": {
@@ -32,7 +32,7 @@
"@mixmaxhq/git-hooks": "^1.1.0",
"@mixmaxhq/semantic-release-config": "^2.0.0",
"cz-conventional-changelog": "^3.1.0",
"semantic-release": "^17.2.3"
"semantic-release": "^17.4.4"
},
"config": {
"commitizen": {