Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdrackett committed Jul 30, 2020
1 parent 6d5a826 commit 63f55d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.12.3

- Add ability to handle errors yourself when using subscriptions. [#261](https://github.com/mobxjs/mst-gql/pull/261) - [zpalin](https://github.com/zpalin)

## 0.12.1

- Support using union types in actions in RootStore.base [#257](https://github.com/mobxjs/mst-gql/pull/257)
Expand Down
1 change: 1 addition & 0 deletions examples/2-scaffolding/src/models/RootStore.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { PokemonEvolutionRequirementModel, PokemonEvolutionRequirementModelType
import { pokemonEvolutionRequirementModelPrimitives, PokemonEvolutionRequirementModelSelector } from "./PokemonEvolutionRequirementModel.base"



/* The TypeScript type that explicits the refs to other models in order to prevent a circular refs issue */
type Refs = {
pokemon: ObservableMap<string, PokemonModelType>,
Expand Down

0 comments on commit 63f55d4

Please sign in to comment.