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: Codex-/cosmiconfig-typescript-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.2
Choose a base ref
...
head repository: Codex-/cosmiconfig-typescript-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2022

  1. chore: bump dependencies

    Codex- committed Jan 4, 2022
    Copy the full SHA
    bdb9791 View commit details
  2. Release 1.0.3

    Codex- committed Jan 4, 2022
    Copy the full SHA
    d5ce8bb View commit details
Showing with 422 additions and 399 deletions.
  1. +7 −0 CHANGELOG.md
  2. +407 −391 package-lock.json
  3. +8 −8 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.3](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.2...1.0.3)

- chore: bump dependencies [`bdb9791`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/bdb9791c159447cf3f1e3767e281c6717290de19)

#### [1.0.2](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.1...1.0.2)

> 22 December 2021
- Release 1.0.2 [`89f63b4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/89f63b47f33d4a37a236ebce923efbbedefdc5c2)
- chore: lower npm version requirement. [`47403f7`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/47403f7c0ec77a7c0e93662911167ded6c3bf296)

#### [1.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.0...1.0.1)
Loading